Merge branch 'release/3.0.2.2504.01' into custom/西部信托
This commit is contained in:
commit
fab703bda3
|
|
@ -1782,6 +1782,9 @@ public class SalarySendServiceImpl extends Service implements SalarySendService
|
|||
|
||||
//取出验证码
|
||||
String cacheValue = getSalaryCacheService(user).get(SALARY_CACHE_SMS_CODE + "_" + id);
|
||||
if (cacheValue == null) {
|
||||
throw new SalaryRunTimeException("未获取到验证码,请重新发送");
|
||||
}
|
||||
String[] cache = cacheValue.split("_");
|
||||
String code = cache[0];
|
||||
//失效时间
|
||||
|
|
|
|||
Loading…
Reference in New Issue