修改bug

master
wangwei 2 years ago
parent f79b0c9557
commit 9037b42fb6

@ -21,4 +21,5 @@ public class FilterInvPreinDetailRequest extends ListPageRequest {
private String startAduditTime;
private String endAduditTime;
private String nameCode;
private String ylqxzcrbarmc;
}

@ -38,6 +38,9 @@
<if test="productName != null and productName != ''">
AND bp.cpmctymc = #{productName}
</if>
<if test="ylqxzcrbarmc != null and ylqxzcrbarmc != ''">
AND bp.ylqxzcrbarmc = #{ylqxzcrbarmc}
</if>
<if test="ggxh != null and ggxh != ''">
and bp.ggxh like concat('%', #{ggxh}, '%')
</if>

Loading…
Cancel
Save