Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao 4ccda32c76 Merge remote-tracking branch 'origin/master' 2024-12-03 18:53:15 +08:00
liang.chao a36a1f2087 代码优化 2024-12-03 18:53:09 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,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
hh.id = #{id} and bfi.task_type = 17 limit 1
hh.id = #{id} limit 1
</select>
<select id="getOrderDetailsById" resultType="com.bonus.material.order.domain.OrderInfoDto">
SELECT