This commit is contained in:
MustangDeng 2022-06-08 17:55:14 +08:00
parent b20a6e4cbf
commit 1f7de7bc90
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ public class SISchemeServiceImpl extends Service implements SISchemeService {
}
String fundStartMonth = (String) fundStartTimeMap.get(SalaryI18nUtil.getI18nLabel(91483, "公积金起始缴纳月"));
if(StringUtils.isNotBlank(fundStartMonth) && socialEndMonth.length() > 7) {
if(StringUtils.isNotBlank(fundStartMonth) && fundStartMonth.length() > 7) {
fundStartMonth = fundStartMonth.substring(0, 7);
}
if (StringUtils.isNotBlank(fundStartMonth) && !SalaryDateUtil.checkYearMonth(fundStartMonth)) {