取消重复保存编号重复问题

This commit is contained in:
sez 2025-12-03 18:26:02 +08:00
parent ee738e38ce
commit 8842af2876
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ public class PuroderBillShareRefundPlugin extends AbstractBillPlugIn {
dynamicObject.set("ispresent",true); dynamicObject.set("ispresent",true);
} }
purbillentry_pay.clear(); purbillentry_pay.clear();
SaveServiceHelper.save(new DynamicObject[]{dataEntity}); // SaveServiceHelper.save(new DynamicObject[]{dataEntity});
} }
} }
} }