代码优化
This commit is contained in:
parent
4ccda32c76
commit
2ea021b937
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue