| src/main/resources/mapper/basic/CustomerMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/basic/CustomerMapper.xml
@@ -52,6 +52,7 @@ ) </if>--> </where> order by create_time desc </select> <select id="list" resultType="com.ruoyi.basic.vo.CustomerVo"> @@ -159,5 +160,6 @@ group by sl.id )T2 on T2.id = sl.id where sl.customer_id = #{customerId} order by sl.execution_date </select> </mapper>