This commit is contained in:
MustangDeng 2022-06-07 17:35:39 +08:00
parent 20e04f503e
commit 28b49f9987
2 changed files with 1 additions and 2 deletions

View File

@ -284,7 +284,6 @@
#{item.employeeId},
#{item.taxAgentId},
#{item.employeeName},
#{item.operator},
#{item.createTime},
#{item.updateTime},
#{item.creator},

View File

@ -731,7 +731,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)) {