yuan
8 天以前 51a44136f56640a3d58f761b417e3542834348ae
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>