1.贷记单计算金额未保存出现数据错误,已修复

(cherry picked from commit 981fa16879)
This commit is contained in:
25655 2025-03-28 11:09:15 +08:00
parent 5b76d830fa
commit 9df13f0ca1

View File

@ -175,5 +175,6 @@ public class DebCredNewSubmitOp extends AbstractOperationServicePlugIn {
} }
// throw new RuntimeException("返回"); // throw new RuntimeException("返回");
SaveServiceHelper.update(temp); SaveServiceHelper.update(temp);
SaveServiceHelper.save(new DynamicObject[]{temp});
} }
} }