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