新疆短信内容中手机号码处理,避免含正常手机号的短信发不出去

This commit is contained in:
2025-12-30 15:09:23 +08:00
parent 10c2b4737f
commit 60edd2726d
3 changed files with 32 additions and 3 deletions
@@ -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())));
}
// 手表相关