修复税号查询
This commit is contained in:
parent
d9a27c2b9a
commit
819937edeb
|
|
@ -147,7 +147,7 @@
|
|||
</foreach>
|
||||
</if>
|
||||
<if test="taxCodes != null and taxCodes.size()>0">
|
||||
AND taxCode IN
|
||||
AND tax_code IN
|
||||
<foreach collection="taxCodes" open="(" item="taxCode" separator="," close=")">
|
||||
#{taxCode}
|
||||
</foreach>
|
||||
|
|
|
|||
Loading…
Reference in New Issue