Compare commits
2 Commits
b67b71ba86
...
4df092d9de
Author | SHA1 | Date |
---|---|---|
|
4df092d9de | |
|
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