解决获取批次商品列表信息接口的bug

This commit is contained in:
季圣华
2023-12-15 00:11:56 +08:00
parent f55b1875d8
commit 1daf602ecc
4 changed files with 17 additions and 4 deletions

View File

@@ -947,6 +947,12 @@
<if test="number != null">
and dh.number!= #{number}
</if>
<if test="forceFlag">
and dh.status = '1'
</if>
<if test="inOutManageFlag">
and (dh.sub_type!='采购' and dh.sub_type!='采购退货' and dh.sub_type!='销售' and dh.sub_type!='销售退货')
</if>
and m.enable_batch_number =1
and di.delete_flag!=1) tb
group by batch_number