|
@@ -533,9 +533,9 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
@Override
|
|
@Override
|
|
|
public String pushOfficialInfo(ClassGradeUserQueryBo bo) {
|
|
public String pushOfficialInfo(ClassGradeUserQueryBo bo) {
|
|
|
//暂时关闭推送入口
|
|
//暂时关闭推送入口
|
|
|
- if (true){
|
|
|
|
|
- return "";
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if (true){
|
|
|
|
|
+// return "";
|
|
|
|
|
+// }
|
|
|
ClassGradeUserVo userVo = this.baseMapper.selectUser(bo);
|
|
ClassGradeUserVo userVo = this.baseMapper.selectUser(bo);
|
|
|
if (Validator.isEmpty(userVo)) {
|
|
if (Validator.isEmpty(userVo)) {
|
|
|
return "用户不存在";
|
|
return "用户不存在";
|