Quellcode durchsuchen

Merge branch 'dev-lqc'

lqc vor 4 Jahren
Ursprung
Commit
a3d1f6530c

+ 2 - 2
src/main/java/com/mokamrp/privates/controller/pangu/FosterwxCashWorkClientController.java

@@ -137,8 +137,8 @@ public class FosterwxCashWorkClientController {
 
 
                     JSONObject json = JSONObject.parseObject(obj.toString());
                     JSONObject json = JSONObject.parseObject(obj.toString());
 
 
-                    boxInfo.setName((String) json.get("name"));
-                    
+                    boxInfo.setName((String) json.get("boxName"));
+
                     boxInfo.setTitle(fosterwxCashWorkwxTaskList.getTitle());
                     boxInfo.setTitle(fosterwxCashWorkwxTaskList.getTitle());
                     boxInfo.setEnterpoint(fosterwxCashWorkBoxClientInfo.getEnterpoint());
                     boxInfo.setEnterpoint(fosterwxCashWorkBoxClientInfo.getEnterpoint());
                     boxInfo.setHeadimg(fosterwxCashWorkBoxClientInfo.getHeadimg());
                     boxInfo.setHeadimg(fosterwxCashWorkBoxClientInfo.getHeadimg());