This commit is contained in:
xiaoshi 2025-08-20 11:03:24 +08:00
parent 3130fbf689
commit e415166fd5
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class EquipmentCardListPlugin extends AbstractListPlugin implements Plugi
view.invokeOperation("refresh");
}else if(itemKey.equals("zcgj_assetorg")){//同步使用组织
Set<Long> setIds = getSelectOrderIds(this.getSelectedRows());
DynamicObject[] equipments = BusinessDataServiceHelper.load("eceq_equipment_card", "billno,billname,equipstatus,org,zcgj_headusedeptsuseorg", new QFilter[]{new QFilter("id", "in", setIds)});
DynamicObject[] equipments = BusinessDataServiceHelper.load("eceq_equipment_card", "billno,billname,equipstatus,org,zcgj_headusedepts,useorg", new QFilter[]{new QFilter("id", "in", setIds)});
DynamicObjectCollection collection = new DynamicObjectCollection();
for (DynamicObject equipment : equipments) {
DynamicObject org = equipment.getDynamicObject("org");