1.字段名改正。

This commit is contained in:
zhangbb 2018-08-07 10:59:54 +08:00
parent 79c3c6d0a0
commit d20a9b2fb8

View File

@ -140,7 +140,7 @@ public class ProductManager{
boPL.setAttributeValue("target", target);
boPL.setAttributeValue("inputuserid", userId);
boPL.setAttributeValue("inputorgid", orgid);
boPL.setAttributeValue("imputtime", StringFunction.getTodayNow());
boPL.setAttributeValue("inputtime", StringFunction.getTodayNow());
bomPL.saveObject(boPL);
return "success";
}