youhua
This commit is contained in:
parent
3130fbf689
commit
e415166fd5
|
@ -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_headusedepts,useorg", 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");
|
||||
|
|
Loading…
Reference in New Issue