Commit 08ab985b authored by 韩桐桐's avatar 韩桐桐

区内移装审批通过修改设备状态为【再用】

parent fbbf2c8d
...@@ -1318,10 +1318,9 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang ...@@ -1318,10 +1318,9 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
map1.put("ADDRESS", newAddress); map1.put("ADDRESS", newAddress);
// es的使用场所 // es的使用场所
map1.put("USE_SITE_CODE", useSiteCode); map1.put("USE_SITE_CODE", useSiteCode);
map1.put("LONGITUDE_LATITUDE", newLongitudeLatitude); map1.put("LONGITUDE_LATITUDE", newLongitudeLatitude);
map1.put("EQU_STATE", "1");
if (isUpdateRegistrationCode.get()) { if (isUpdateRegistrationCode.get()) {
map1.put("EQU_STATE", "1");
map1.put("USE_ORG_CODE", useRegistrationCode); map1.put("USE_ORG_CODE", useRegistrationCode);
if (!StringUtils.isEmpty(supervisoryCode)) { if (!StringUtils.isEmpty(supervisoryCode)) {
map1.put("SUPERVISORY_CODE", supervisoryCode); map1.put("SUPERVISORY_CODE", supervisoryCode);
......
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