Explorar o código

一级合伙人审核不通过,不发短信

helixiao hai 1 ano
pai
achega
3b32a9730c

+ 1 - 1
src/main/java/com/ydtech/modules/admin/controller/SysUserController.java

@@ -563,7 +563,7 @@ public class SysUserController extends BaseController {
         sysUserTrack.setApproveMess(reason);
         sysUserTrackService.save(sysUserTrack);
         Integer type = sysUser.getType();
-        if (type != null && type != 0) {
+        if (type != null && type > 1) {
             sysUserService.sendMsgPantner(sysUser.getMobile());
         }