gongchunyi
4 天以前 aecbd6587b8382d33d7082db3b6b469e72830c1b
src/main/resources/mapper/basic/CustomerMapper.xml
@@ -160,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>