gongchunyi
2026-06-20 65e57a3d1b92b33b5ddf8d7045661119c9184aef
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>