|
|
@ -377,6 +377,8 @@ public class FinSelectedReceivablesDetailedService extends MybatisBaseService<Fi |
|
|
|
if(StringUtils.isNotBlank(params.getMobile())){ |
|
|
|
qw.like("fd.customerPhone",params.getMobile()); |
|
|
|
} |
|
|
|
//应收未收中的当前应收小于等于0
|
|
|
|
qw.le("furd.currentReceivableMoney",0); |
|
|
|
List<FinSelectReceivablesDetailedVo> collList = baseMapper.selectPageList(qw, params.getName()); |
|
|
|
if (collList.isEmpty()) { |
|
|
|
collList = baseMapper.selectPageList(qw, ""); |
|
|
|