|
|
@ -47,7 +47,8 @@ |
|
|
|
<select id="selectListAllVo" |
|
|
|
resultType="com.yxt.anrui.fin.api.finuncollectedreceivablesdetailed.DetailsOfReceivablesAndUncollectedItemsVo"> |
|
|
|
SELECT * FROM fin_uncollected_receivables_detailed |
|
|
|
<where>${ew.sqlSegment}</where> |
|
|
|
<where>${ew.sqlSegment} and length(busVinSid)>0 |
|
|
|
</where> |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getCustomerBillList" |
|
|
|