退料接收优化

This commit is contained in:
sxu 2024-08-30 10:35:54 +08:00
parent 8f92064339
commit 9adc35060c
1 changed files with 3 additions and 3 deletions

View File

@ -775,9 +775,9 @@
) bb on bb.typeId=bad.type_id ) bb on bb.typeId=bad.type_id
WHERE WHERE
bai.id=#{parentId} bai.id=#{parentId}
<if test="typeId != null and typeId != ''"> <!-- <if test="typeId != null and typeId != ''">-->
and mt.type_id = #{typeId} <!-- and mt.type_id = #{typeId}-->
</if> <!-- </if>-->
</select> </select>
<select id="getmaChineByCt" resultType="java.lang.Integer"> <select id="getmaChineByCt" resultType="java.lang.Integer">