代码优化

This commit is contained in:
liang.chao 2024-12-03 18:53:09 +08:00
parent c54c474627
commit a36a1f2087
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