Liu Cheng
2022-06-09 cdcd7ebced39e63ebbca5295ed8e34b66d515130
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);