no message
This commit is contained in:
@@ -238,6 +238,10 @@ public class FormulaServiceImpl implements FormulaService {
|
|||||||
}
|
}
|
||||||
Formula.put("masterbucket_qty",masterbucket_qty+"");
|
Formula.put("masterbucket_qty",masterbucket_qty+"");
|
||||||
Formula.put("extadd_qty",extadd_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_id", currentUserId);
|
||||||
Formula.put("add_name", nickName);
|
Formula.put("add_name", nickName);
|
||||||
Formula.put("add_time", now);
|
Formula.put("add_time", now);
|
||||||
|
|||||||
Reference in New Issue
Block a user