youhua
This commit is contained in:
parent
4df092d9de
commit
4447f5ca01
|
@ -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[]{}));
|
||||
|
|
Loading…
Reference in New Issue