Sfoglia il codice sorgente

创建用户 不发送短信

peixh 3 anni fa
parent
commit
d0396c449b

+ 5 - 5
tianhu-system/src/main/java/com/tianhu/system/controller/SysUserController.java

@@ -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);
 //        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);
         return toAjax(1);
     }
     }