解决其它出库的时候无法汇总的bug

This commit is contained in:
季圣华
2023-02-18 23:37:15 +08:00
parent c5c5452a56
commit f9f7d201c5

View File

@@ -412,7 +412,7 @@
<foreach collection="organArray" item="organId" separator=",">
#{organId}
</foreach>
) or dh.sub_type='采购退货' or dh.sub_type='零售')
) or dh.sub_type='采购退货' or dh.sub_type='零售' or dh.sub_type='其它')
</if>
<if test="depotList.size()>0">
<if test="type == '入库'">
@@ -469,7 +469,7 @@
<foreach collection="organArray" item="organId" separator=",">
#{organId}
</foreach>
) or dh.sub_type='采购退货' or dh.sub_type='零售')
) or dh.sub_type='采购退货' or dh.sub_type='零售' or dh.sub_type='其它')
</if>
<if test="depotList.size()>0">
<if test="type == '入库'">