代码优化

This commit is contained in:
liang.chao 2024-12-03 18:54:04 +08:00
parent 4ccda32c76
commit 2ea021b937
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN ma_type mt ON mdi.type_id = mt.type_id
AND bfi.file_type = 0
WHERE
moi.order_id = #{orderId} and bfi.task_type = 17
moi.order_id = #{orderId}
GROUP BY hh.ma_id
</select>
<select id="getOrderDetailsByOrderId" resultType="com.bonus.material.order.domain.OrderDetailDto">