新疆短信内容中手机号码处理,避免含正常手机号的短信发不出去
This commit is contained in:
+2
-1
@@ -50,6 +50,7 @@ import org.jeecg.modules.manager.ISysCache;
|
||||
import org.jeecg.modules.system.entity.SysDepart;
|
||||
import org.jeecg.untils.SpeechUntil;
|
||||
import org.jeecg.util.AjaxJson;
|
||||
import org.jeecg.util.XjCommonUtil;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.beans.BeanUtils;
|
||||
@@ -562,7 +563,7 @@ public class WatchMonitorDataServiceImpl extends ServiceImpl<WatchMonitorDataMap
|
||||
// 用户相关
|
||||
if (null != socketVo) {
|
||||
map.put("realName", nullCheck(socketVo.getRealName()));
|
||||
map.put("phone", nullCheck(socketVo.getPhone()));
|
||||
map.put("phone", nullCheck(XjCommonUtil.handleMobile(socketVo.getPhone())));
|
||||
map.put("secondDepartName", nullCheck(getOrgName(socketVo.getOrgCode())));
|
||||
}
|
||||
// 手表相关
|
||||
|
||||
Reference in New Issue
Block a user