|
|
@ -56,6 +56,7 @@ import com.yxt.common.core.query.PagerQuery; |
|
|
|
import com.yxt.common.core.result.ResultBean; |
|
|
|
import com.yxt.common.core.vo.PagerVo; |
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
import org.apache.poi.ss.formula.functions.Now; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
@ -608,6 +609,7 @@ public class LoanPreloanCreditApplyService extends MybatisBaseService<LoanPreloa |
|
|
|
qw.eq("la.capitalSid", loanFinPolicy.getBankSid()); |
|
|
|
} |
|
|
|
} |
|
|
|
qw.apply("la.dateTo > now()"); |
|
|
|
} |
|
|
|
IPage<LoanPreloanCreditApply> page = PagerUtil.queryToPage(pagerQuery); |
|
|
|
IPage<LoanPreloanVo> pagging = baseMapper.getOrderLoanPagerList(page, qw, query.getName()); |
|
|
|