解决其它出库的时候无法汇总的bug
This commit is contained in:
@@ -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 == '入库'">
|
||||
|
||||
Reference in New Issue
Block a user