1.修改询价单审核缺失字段属性

This commit is contained in:
zhouc 2024-10-29 17:59:29 +08:00
parent f888460175
commit bd491adc69

View File

@ -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");