代码备份

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

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

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

Loading…
Cancel
Save