@ -56,4 +56,6 @@ public class FilterOrderDetailResultRequest extends ListPageRequest {
private String invoiceEncode;
private List<String> actions;
private List<IoOrderDetailResultResponse> list;
private Integer productType = 1;//默认耗材
}
@ -49,6 +49,9 @@
<if test="supId != null and supId != ''">
AND a2.supId = #{supId}
</if>
<if test="productType != null and productType != ''">
AND bp.productsType = #{productType}
<if test="nameCode != null and nameCode != ''">
AND a2.nameCode = #{nameCode}