Compare commits

..

2 Commits

Author SHA1 Message Date
xiaoshi afa4d081e0 Merge remote-tracking branch 'origin/dev' into dev 2025-08-19 16:35:04 +08:00
xiaoshi 4447f5ca01 youhua 2025-08-19 16:34:01 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class EquipmentCardListPlugin extends AbstractListPlugin implements Plugi
DynamicObjectCollection collection = new DynamicObjectCollection();
for (DynamicObject equipment : equipments) {
DynamicObject org = equipment.getDynamicObject("org");
equipment.set("zcgj_headusedepts",org);
equipment.set("useorg",org);
collection.add(equipment);
}
SaveServiceHelper.save(collection.toArray(new DynamicObject[]{}));