业务小类报错
This commit is contained in:
parent
bb09ef009f
commit
123f689df9
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue