修复税号查询

This commit is contained in:
钱涛 2023-11-30 10:09:26 +08:00
parent d9a27c2b9a
commit 819937edeb
1 changed files with 1 additions and 1 deletions

View File

@ -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>