@ -97,6 +97,7 @@ public class FilterUdiRelRequest extends ListPageRequest {
private Date billDate;
private String invCode;
private String remark;
private String key;
}
@ -320,6 +320,12 @@
AND basic_products.basicPrductRemak8 like concat('%', #{basicPrductRemak8}, '%')
</if>
</where>
<choose>
<when test="key !=null and key != '' ">
GROUP BY basic_udirel.id
</when>
</choose>
</select>
<select id="filterUdiGp" parameterType="com.glxp.api.req.basic.FilterUdiRelRequest"