1.贷记单保存报错问题处理
This commit is contained in:
25655 2025-04-02 09:17:33 +08:00
parent 0639255653
commit 8ea0f2ec1f

View File

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