no message

This commit is contained in:
zds
2022-07-06 16:19:17 +08:00
parent ba122d2e4d
commit 4964ce258d

View File

@@ -238,6 +238,10 @@ public class FormulaServiceImpl implements FormulaService {
}
Formula.put("masterbucket_qty",masterbucket_qty+"");
Formula.put("extadd_qty",extadd_qty+"");
Formula.put("is_audit", "1");
Formula.put("audit_id",currentUserId);
Formula.put("audit_name",nickName);
Formula.put("audit_time",now);
Formula.put("add_id", currentUserId);
Formula.put("add_name", nickName);
Formula.put("add_time", now);