|
@@ -799,11 +799,11 @@ public class SysUserController extends BaseController
|
|
|
// "医疗招商、医疗集采、供应链金融等企业级服务,如果您再平台使用中遇到任何问题," +
|
|
|
// "请在首页查看并拨打平台客服专线电话,我们将竭尽所能为您提供免费的咨询服务";
|
|
|
// remoteSystemService.sendNotice(use.getCompanyId(),use.getCompanyId(),tittle,"01","00",null,"0",String.valueOf(queryUser.getUserId()),null);
|
|
|
- if (!flag) {
|
|
|
- Map passwordMap =new HashMap();
|
|
|
- passwordMap.put("password",SecurityUtils.encryptPassword(password));
|
|
|
- messageUtilsService.sendMessageCode(user.getPhonenumber(),zhucechenggong,passwordMap,null);
|
|
|
- }
|
|
|
+// if (!flag) {
|
|
|
+// Map passwordMap =new HashMap();
|
|
|
+// passwordMap.put("password",SecurityUtils.encryptPassword(password));
|
|
|
+// messageUtilsService.sendMessageCode(user.getPhonenumber(),zhucechenggong,passwordMap,null);
|
|
|
+// }
|
|
|
return toAjax(1);
|
|
|
}
|
|
|
|