|
|
@ -2357,6 +2357,10 @@ |
|
|
<if test="statYear != null and statYear != ''"> |
|
|
<if test="statYear != null and statYear != ''"> |
|
|
AND DATE_FORMAT(i.created_time,'%Y') = #{statYear} |
|
|
AND DATE_FORMAT(i.created_time,'%Y') = #{statYear} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<!-- 增加入参code 在类别分析页面点击饼图时需要展示列表因此增加入参共用列表接口 王gf--> |
|
|
|
|
|
<if test="code != null and code != ''"> |
|
|
|
|
|
AND SUBSTRING_INDEX(i.category_full_code,'-',1) = #{code} |
|
|
|
|
|
</if> |
|
|
order by i.created_time DESC |
|
|
order by i.created_time DESC |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|