申报月份搜索bug

This commit is contained in:
mx 2025-01-06 12:21:17 +08:00
parent 0d1d8eb941
commit 07054a35df

View File

@ -156,7 +156,7 @@ public class PsCompanyInfoServiceImpl implements IPsCompanyInfoService {
if (bo.getFirstFilingTime() != null){ if (bo.getFirstFilingTime() != null){
Date endTimeByMonth = DateUtils.getEndTimeByMonth(DateUtils.parseDate(bo.getFirstFilingTime())); 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);
} }