代码备份

master
黄泽腾 2 years ago
parent 6d817bf6c9
commit 76354d17cc

@ -10,6 +10,7 @@ public class FilterSupCertRequest extends ListPageRequest {
private String code;
private String businessId;
private String customerId;
private String companyIdFk;
private String name;
private String manufacturerIdFk;
private String productIdFk;

@ -48,6 +48,9 @@
<if test="customerId != '' and customerId != null">
and customerId = #{customerId}
</if>
<if test="companyIdFk != '' and companyIdFk != null">
and companyIdFk = #{companyIdFk}
</if>
<if test="manufacturerIdFk != '' and manufacturerIdFk != null">
and manufacturerIdFk = #{manufacturerIdFk}
</if>

Loading…
Cancel
Save