laoyao il y a 2 ans
Parent
commit
963aed9a81

+ 2 - 1
imcs-admin-boot/imcs-business-biz/src/main/java/com/github/zuihou/business/operationManagementCenter/service/impl/TaskServiceImpl.java

@@ -1126,7 +1126,8 @@ public class TaskServiceImpl extends SuperServiceImpl<TTaskMapper, TTask> implem
         jObject.put("url", "192.168.170.130");
         jObject.put("port", "102");
         JSONObject subjsonObject = new JSONObject();
-        subjsonObject.put("content","123");
+        subjsonObject.put("content",map.get("uniqueCode").toString());
+        //TODO 具体怎么对应。
         subjsonObject.put("positionIndex","1");
         jObject.put("data",subjsonObject.toJSONString());