Merge remote-tracking branch 'origin/release/3.0.2.2504.01' into release/3.0.2.2504.01
This commit is contained in:
commit
b053e7df83
|
|
@ -1,7 +1,6 @@
|
|||
package com.engine.salary.service.impl;
|
||||
|
||||
import cn.hutool.core.collection.CollUtil;
|
||||
import cn.hutool.core.lang.Validator;
|
||||
import com.alibaba.fastjson.JSON;
|
||||
import com.alibaba.fastjson.JSONArray;
|
||||
import com.api.formmode.mybatis.util.SqlProxyHandle;
|
||||
|
|
@ -1752,9 +1751,6 @@ public class SalarySendServiceImpl extends Service implements SalarySendService
|
|||
}
|
||||
|
||||
String mobile = employee.getMobile();
|
||||
if (Validator.isMobile(mobile)) {
|
||||
throw new SalaryRunTimeException("手机号信息有误");
|
||||
}
|
||||
|
||||
boolean checkSendSMS = MessageUtil.checkSendSMS();
|
||||
if (!checkSendSMS) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue