|
|
@ -55,7 +55,10 @@ |
|
|
|
t,t_dx_dk_count d |
|
|
|
t,t_dx_dk_count d |
|
|
|
where t.taxno=d.taxno |
|
|
|
where t.taxno=d.taxno |
|
|
|
and t.current_tax_period=d.skssq |
|
|
|
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> |
|
|
|
<select id="selectSggxcx" parameterType="java.util.Map" |
|
|
|
<select id="selectSggxcx" parameterType="java.util.Map" |
|
|
|
resultMap="SggxcxResultMap" databaseId="mysql"> |
|
|
|
resultMap="SggxcxResultMap" databaseId="mysql"> |
|
|
|