he2802 2 năm trước cách đây
mục cha
commit
861345d426

+ 4 - 1
zhongzheng-system/src/main/java/com/zhongzheng/modules/grade/service/impl/ClassGradeUserServiceImpl.java

@@ -1367,7 +1367,10 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
             params.put("SignMsg", encrypted);
             String respone = "";
             log.info("学时信息推送参数"+ dataTxt);
-            respone = HttpUtils.postFormBody(OFFICIALPUSH_SEVEN_PERIODPATH, params);
+            if(true){
+                return "暂停推说";
+            }
+        //    respone = HttpUtils.postFormBody(OFFICIALPUSH_SEVEN_PERIODPATH, params);
             if (Validator.isEmpty(respone)) {
                 return "响应信息空";
             }