fix bug
This commit is contained in:
parent
b20a6e4cbf
commit
1f7de7bc90
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue