业务小类报错

This commit is contained in:
李贵强 2025-04-22 18:05:12 +08:00
parent bb09ef009f
commit 123f689df9
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class RecBillFromPlugin extends AbstractFormPlugin implements Plugin {
}
DynamicObject shjhBizsmall = (DynamicObject)this.getModel().getValue("shjh_bizsmall");
if (null == shjhBizsmall) {
this.getModel().setValue("shjh_bizsmall", entry.getDynamicObject("shjh_e_bizsmall"));
// this.getModel().setValue("shjh_bizsmall", entry.getDynamicObject("shjh_e_bizsmall"));
}
DynamicObject shjhCostcenter = (DynamicObject)this.getModel().getValue("shjh_costcenter");
if (null == shjhCostcenter) {