申报月份搜索bug
This commit is contained in:
parent
0d1d8eb941
commit
07054a35df
@ -156,7 +156,7 @@ public class PsCompanyInfoServiceImpl implements IPsCompanyInfoService {
|
||||
|
||||
if (bo.getFirstFilingTime() != null){
|
||||
Date endTimeByMonth = DateUtils.getEndTimeByMonth(DateUtils.parseDate(bo.getFirstFilingTime()));
|
||||
lqw.between("com.first_filing_time", bo.getFirstFilingTime(), endTimeByMonth);
|
||||
lqw.between("com.first_filing_time", DateUtils.parseDate(bo.getFirstFilingTime()), endTimeByMonth);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user