Compare commits

..

No commits in common. "4df092d9de03764841283fd0984c6d9ddc345a4f" and "b67b71ba868b60392fc0f97b87bbc97aa691f46a" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

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