|
|
@ -479,6 +479,10 @@ |
|
|
|
<if test="paramsData.userName != null"> |
|
|
|
<if test="paramsData.userName != null"> |
|
|
|
AND tdi.user_name = #{paramsData.userName} |
|
|
|
AND tdi.user_name = #{paramsData.userName} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
and tdi.gf_tax_no in |
|
|
|
|
|
|
|
<foreach collection="paramsData.taxno" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
|
|
|
|
#{item} |
|
|
|
|
|
|
|
</foreach> |
|
|
|
GROUP BY tdi.qs_status |
|
|
|
GROUP BY tdi.qs_status |
|
|
|
UNION |
|
|
|
UNION |
|
|
|
SELECT COUNT(1) "countNum",'totalCount' AS "qsType" |
|
|
|
SELECT COUNT(1) "countNum",'totalCount' AS "qsType" |
|
|
@ -487,6 +491,10 @@ |
|
|
|
<if test="paramsData.userName != null"> |
|
|
|
<if test="paramsData.userName != null"> |
|
|
|
AND tdi.user_name = #{paramsData.userName} |
|
|
|
AND tdi.user_name = #{paramsData.userName} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
and tdi.gf_tax_no in |
|
|
|
|
|
|
|
<foreach collection="paramsData.taxno" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
|
|
|
|
#{item} |
|
|
|
|
|
|
|
</foreach> |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="getInvoiceScanningSituation" |
|
|
|
<select id="getInvoiceScanningSituation" |
|
|
@ -523,6 +531,10 @@ |
|
|
|
<if test="paramsData.userName != null"> |
|
|
|
<if test="paramsData.userName != null"> |
|
|
|
AND tdc.user_name = #{paramsData.userName} |
|
|
|
AND tdc.user_name = #{paramsData.userName} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
and tdc.gf_tax_no in |
|
|
|
|
|
|
|
<foreach collection="paramsData.taxno" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
|
|
|
|
#{item} |
|
|
|
|
|
|
|
</foreach> |
|
|
|
GROUP BY tdc.qs_status |
|
|
|
GROUP BY tdc.qs_status |
|
|
|
UNION |
|
|
|
UNION |
|
|
|
SELECT COUNT(1) "countNum",'totalCount' AS "qsType" |
|
|
|
SELECT COUNT(1) "countNum",'totalCount' AS "qsType" |
|
|
@ -531,6 +543,10 @@ |
|
|
|
<if test="paramsData.userName != null"> |
|
|
|
<if test="paramsData.userName != null"> |
|
|
|
AND tdc.user_name = #{paramsData.userName} |
|
|
|
AND tdc.user_name = #{paramsData.userName} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
and tdc.gf_tax_no in |
|
|
|
|
|
|
|
<foreach collection="paramsData.taxno" index="index" item="item" open="(" separator="," close=")"> |
|
|
|
|
|
|
|
#{item} |
|
|
|
|
|
|
|
</foreach> |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="getCustomsScanningSituation" |
|
|
|
<select id="getCustomsScanningSituation" |
|
|
|