gongchunyi
8 天以前 5c5d9c611ae727f4296dd54b24662adedd0d88ea
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>