1.修改询价单审核缺失字段属性
This commit is contained in:
parent
f888460175
commit
bd491adc69
@ -47,6 +47,7 @@ public class InquirylistAudit extends AbstractOperationServicePlugIn {
|
||||
}
|
||||
DynamicObject[] dataEntities = e.getDataEntities();
|
||||
for (DynamicObject dataEntitie : dataEntities) {
|
||||
dataEntitie = BusinessDataServiceHelper.loadSingle(dataEntitie.getPkValue(), dataEntitie.getDynamicObjectType().getName());
|
||||
Boolean billtype = billtype(dataEntitie);
|
||||
if (!billtype) continue;
|
||||
DynamicObjectCollection imDetailedinforColl = dataEntitie.getDynamicObjectCollection("yem_im_detailedinfor");
|
||||
|
Loading…
Reference in New Issue
Block a user