Commit 23503f7a authored by 刘林's avatar 刘林

fix(jg):设备状态功能修改

parent 102bea26
...@@ -1523,6 +1523,7 @@ public class DataDockServiceImpl { ...@@ -1523,6 +1523,7 @@ public class DataDockServiceImpl {
equMap.put(camelKey, getUrlByKey(fileDataList, key)); equMap.put(camelKey, getUrlByKey(fileDataList, key));
equMap.put("orgBranchName", orgBranchName); equMap.put("orgBranchName", orgBranchName);
equMap.put("orgBranchCode", orgBranchCode); equMap.put("orgBranchCode", orgBranchCode);
equMap.put("EQU_STATE", equipmentInfoForm.get("EQU_STATE"));
} }
this.saveEquipmentDataInTransaction(equMap, dataSource, remark); this.saveEquipmentDataInTransaction(equMap, dataSource, remark);
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment