修改bug

master
wangwei 2 years ago
parent 303392dbff
commit 2862d37953

@ -22,4 +22,5 @@ public class FilterInvPreinDetailRequest extends ListPageRequest {
private String endAduditTime; private String endAduditTime;
private String nameCode; private String nameCode;
private String ylqxzcrbarmc; private String ylqxzcrbarmc;
private Integer status;
} }

@ -32,6 +32,9 @@
<if test="nameCode != null and nameCode != ''"> <if test="nameCode != null and nameCode != ''">
AND ic.nameCode = #{nameCode} AND ic.nameCode = #{nameCode}
</if> </if>
<if test="status != null ">
AND ic.status = #{status}
</if>
<if test="invCode != null and invCode != ''"> <if test="invCode != null and invCode != ''">
AND inv_prein_order.invCode = #{invCode} AND inv_prein_order.invCode = #{invCode}
</if> </if>

Loading…
Cancel
Save