1.贷记单计算金额未保存出现数据错误,已修复
This commit is contained in:
25655 2025-03-28 11:09:15 +08:00
parent 7b7ef3f75b
commit 981fa16879

View File

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