Skip to content

Commit

Permalink
解决出库明细报表查询不到其它出库单据的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jishenghua committed Feb 19, 2023
1 parent f9f7d20 commit 5df9d97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,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="number != null and number !=''">
<bind name="bindNumber" value="'%'+number+'%'"/>
Expand Down Expand Up @@ -366,7 +366,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="number != null and number !=''">
<bind name="bindNumber" value="'%'+number+'%'"/>
Expand Down

0 comments on commit 5df9d97

Please sign in to comment.