退料接收优化
This commit is contained in:
parent
8f92064339
commit
9adc35060c
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue