Commit 17c672ee authored by hezhuozhi's avatar hezhuozhi

历史特殊设备登记添加安装信息

parent 26b8d539
...@@ -1496,6 +1496,11 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD ...@@ -1496,6 +1496,11 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
} }
} }
} else { } else {
//如果是特殊的历史设备需要更新安装信息
String dataSource = jsonObject.getString("DATA_SOURCE");
if("jg_his_black".equals(dataSource)){
this.historyEquUpdateInstallInfo(jsonObject);
}
// 流程结束 // 流程结束
jgUseRegistration.setStatus(taskCode); jgUseRegistration.setStatus(taskCode);
jgUseRegistration.setNextExecuteUserIds(""); jgUseRegistration.setNextExecuteUserIds("");
......
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