Compare commits

...

2 Commits

Author SHA1 Message Date
xiaoshi 4df092d9de Merge remote-tracking branch 'origin/dev' into dev 2025-08-15 16:02:25 +08:00
xiaoshi d4ef86d7c5 youhua 2025-08-15 16:02:14 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ 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,"" )});