Merge branch 'release/3.0.2.2504.01' into custom/西部信托

This commit is contained in:
钱涛 2025-09-02 15:20:50 +08:00
commit fab703bda3
1 changed files with 3 additions and 0 deletions

View File

@ -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];
//失效时间