This commit is contained in:
parent
6552d03890
commit
51b0c0bb21
|
|
@ -23,6 +23,7 @@
|
||||||
WHERE
|
WHERE
|
||||||
bc.cust_id = #{custId}
|
bc.cust_id = #{custId}
|
||||||
AND bc.source_type = #{sourceType}
|
AND bc.source_type = #{sourceType}
|
||||||
|
order by crtime desc
|
||||||
</select>
|
</select>
|
||||||
<!--<!– 分页获取投诉建议–>-->
|
<!--<!– 分页获取投诉建议–>-->
|
||||||
<!-- <select id="selectPlaintPage" resultType="net.xnzn.core.allocation.advise.vo.BasicsComplaintPageVO">-->
|
<!-- <select id="selectPlaintPage" resultType="net.xnzn.core.allocation.advise.vo.BasicsComplaintPageVO">-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue