Skip to content
Snippets Groups Projects

2

Merged jiangxiaoming requested to merge jiangxiaoming into dev
Compare and
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -56,7 +56,7 @@
<when test="qry.voucherState.contains('待处理')">
and (f.id is null or g.voucher_state in
<foreach collection="qry.voucherState" item="voucherState" open="(" separator="," close=")">
#{qry.voucherState}
#{voucherState}
</foreach>)</when>
<otherwise>
and g.voucher_state in