修改bug

master
wangwei 2 years ago
parent 25e5fbe0b6
commit 2a6f601792

@ -30,5 +30,6 @@ public class FilterOrderDetailResultRequest extends ListPageRequest {
private String batchNo; private String batchNo;
private int showType; private int showType;
private String productName;
} }

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

Loading…
Cancel
Save