Li Jun
2022-04-06 fb04e7c01d119c60632b4298d18fd93f3ccb3d79
force-app/main/default/classes/NFM503InfoFileBatch.cls
@@ -213,7 +213,7 @@
            if (System.Test.isRunningTest()) {
                throw new ControllerUtil.myException('aaa');
            }
            return;
            // return;
        } catch (Exception ex) {
            if (sp != null) {
                Database.rollback(sp);