@@ -829,9 +829,6 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
params.put("SignMsg", encrypted);
String respone = "";
log.info("学时信息推送参数"+ dataTxt);
- if(true){
- return "结束";
- }
try {
respone = HttpUtils.postFormBody(OFFICIALPUSH_PERIODPATH, params);
String[] split = respone.split("\\|");