8/02 1.1 药品出入库明细查询药品出入库单据

dev_unify
wangwei 11 months ago
parent d1eaf16000
commit fdaef6479a

@ -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>
<if test="nameCode != null and nameCode != ''">
AND a2.nameCode = #{nameCode}
</if>

Loading…
Cancel
Save