Compare commits
No commits in common. "4df092d9de03764841283fd0984c6d9ddc345a4f" and "b67b71ba868b60392fc0f97b87bbc97aa691f46a" have entirely different histories.
4df092d9de
...
b67b71ba86
|
@ -77,7 +77,6 @@ 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