瀏覽代碼

Merge branch 'feature/1019-tenant' into develop-new

yuanliang 1 年之前
父節點
當前提交
0b7cc882ed

+ 1 - 1
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/StudentServiceImpl.java

@@ -732,7 +732,7 @@ public class StudentServiceImpl extends ServiceImpl<StudentDao, Student> impleme
         }
         // 手机号修改,退出登录
         if (updatePhone) {
-            sysUserFeignService.exitByPhone(ClientEnum.STUDENT.getCode(), student.getPhone());
+            sysUserFeignService.exitByPhone(ClientEnum.STUDENT.getCode().toLowerCase(), student.getPhone());
         }
 
         return true;