购方税号和组织编码修改

release
yishiqihuasheng 2 years ago
parent 0ee34699d4
commit 1b549efc3f
  1. 5
      dxhy-base/src/main/resources/mapper/BaseSggxcxMapper.xml

@ -55,7 +55,10 @@
t,t_dx_dk_count d
where t.taxno=d.taxno
and t.current_tax_period=d.skssq
and t.taxno = ${gfsh}
and t.taxno in
<foreach collection="gfsh" index="index" item="item" open="(" separator="," close=")">
#{item}
</foreach>
</select>
<select id="selectSggxcx" parameterType="java.util.Map"
resultMap="SggxcxResultMap" databaseId="mysql">

Loading…
Cancel
Save