@ -30,5 +30,6 @@ public class FilterOrderDetailResultRequest extends ListPageRequest {
private String batchNo;
private int showType;
private String productName;
}
@ -14,8 +14,8 @@
<if test="batchNo != null and batchNo != ''">
AND batchNo = #{batchNo}
</if>
<if test="relIdFk != null and relIdFk != ''">
<if test="coName != null and coName != ''">
AND bindRlFk = #{relIdFk}
AND coName = #{productName}
</where>
</select>