代码优化
This commit is contained in:
parent
c54c474627
commit
a36a1f2087
|
|
@ -168,7 +168,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
left join ma_type mt ON mdi.type_id = mt.type_id
|
left join ma_type mt ON mdi.type_id = mt.type_id
|
||||||
AND bfi.file_type = 0
|
AND bfi.file_type = 0
|
||||||
WHERE
|
WHERE
|
||||||
hh.id = #{id} and bfi.task_type = 17 limit 1
|
hh.id = #{id} limit 1
|
||||||
</select>
|
</select>
|
||||||
<select id="getOrderDetailsById" resultType="com.bonus.material.order.domain.OrderInfoDto">
|
<select id="getOrderDetailsById" resultType="com.bonus.material.order.domain.OrderInfoDto">
|
||||||
SELECT
|
SELECT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue