@ -66,4 +66,6 @@ public class FilterUdiRelRequest extends ListPageRequest {
private String certIdFk;
private String manufactory;
private String tyshxydm;
private Boolean dispatch;
private Boolean groupBuy;
}
@ -410,6 +410,12 @@
<if test="manufactory != null and manufactory != ''">
and manufactory LIKE concat('%',#{manufactory},'%')
</if>
<if test="dispatch != null">
and basic_udirel.dispatch = #{dispatch}
<if test="groupBuy != null">
and basic_udirel.groupBuy = #{groupBuy}
</where>
ORDER BY modifyTime DESC
</select>