youhua
This commit is contained in:
parent
52b1dd4bb0
commit
d4ef86d7c5
|
@ -77,6 +77,7 @@ public class EquipmentCardListPlugin extends AbstractListPlugin implements Plugi
|
|||
collection.add(equipment);
|
||||
}
|
||||
SaveServiceHelper.save(collection.toArray(new DynamicObject[]{}));
|
||||
this.getView().showMessage("同步使用组织成功!");
|
||||
}else if (itemKey.equals("zcgj_asset")) {//同步资产卡片
|
||||
Set<String> strings = new HashSet();
|
||||
DynamicObject[] equipmenttype = BusinessDataServiceHelper.load("zcgj_equipmenttype", "number,zcgj_assetcat",new QFilter[]{new QFilter("zcgj_assetcat.number", QCP.is_notnull,"" )});
|
||||
|
|
Loading…
Reference in New Issue