Compare commits
2 Commits
958afd5d61
...
4ccda32c76
| Author | SHA1 | Date |
|---|---|---|
|
|
4ccda32c76 | |
|
|
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