解决其它出库的时候无法汇总的bug
This commit is contained in:
@@ -412,7 +412,7 @@
|
|||||||
<foreach collection="organArray" item="organId" separator=",">
|
<foreach collection="organArray" item="organId" separator=",">
|
||||||
#{organId}
|
#{organId}
|
||||||
</foreach>
|
</foreach>
|
||||||
) or dh.sub_type='采购退货' or dh.sub_type='零售')
|
) or dh.sub_type='采购退货' or dh.sub_type='零售' or dh.sub_type='其它')
|
||||||
</if>
|
</if>
|
||||||
<if test="depotList.size()>0">
|
<if test="depotList.size()>0">
|
||||||
<if test="type == '入库'">
|
<if test="type == '入库'">
|
||||||
@@ -469,7 +469,7 @@
|
|||||||
<foreach collection="organArray" item="organId" separator=",">
|
<foreach collection="organArray" item="organId" separator=",">
|
||||||
#{organId}
|
#{organId}
|
||||||
</foreach>
|
</foreach>
|
||||||
) or dh.sub_type='采购退货' or dh.sub_type='零售')
|
) or dh.sub_type='采购退货' or dh.sub_type='零售' or dh.sub_type='其它')
|
||||||
</if>
|
</if>
|
||||||
<if test="depotList.size()>0">
|
<if test="depotList.size()>0">
|
||||||
<if test="type == '入库'">
|
<if test="type == '入库'">
|
||||||
|
|||||||
Reference in New Issue
Block a user