|
|
|
@ -14,8 +14,8 @@
|
|
|
|
|
<if test="batchNo != null and batchNo != ''">
|
|
|
|
|
AND batchNo = #{batchNo}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="relIdFk != null and relIdFk != ''">
|
|
|
|
|
AND bindRlFk = #{relIdFk}
|
|
|
|
|
<if test="coName != null and coName != ''">
|
|
|
|
|
AND coName = #{productName}
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
</select>
|
|
|
|
|