fix bug
This commit is contained in:
parent
20e04f503e
commit
28b49f9987
|
|
@ -284,7 +284,6 @@
|
|||
#{item.employeeId},
|
||||
#{item.taxAgentId},
|
||||
#{item.employeeName},
|
||||
#{item.operator},
|
||||
#{item.createTime},
|
||||
#{item.updateTime},
|
||||
#{item.creator},
|
||||
|
|
|
|||
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue