Revert "fix:"

This reverts commit 18a463e84a.
This commit is contained in:
ljw 2025-01-21 11:32:45 +08:00
parent 5f956640fa
commit 4e54317fe5

View File

@ -32,7 +32,7 @@ public class XSalesOrderFromEdit extends AbstractBillPlugIn {
splitContainer.setCollapse("yem_splitpanelap1", true);
Object yemSigndate = this.getModel().getValue("yem_signdate");
if (yemSigndate == null) {
this.getModel().setValue("yem_signdate", this.getModel().getValue("createtime"));
// this.getModel().setValue("yem_signdate", new Date());
}
}