فهرست منبع

接口申请数量月度统计

wangzhe 2 سال پیش
والد
کامیت
3fb040b7e7

+ 1 - 1
mybusiness/src/main/resources/mapper/apply/IntRecordMapper.xml

@@ -573,7 +573,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
                 WHERE
                     r.provide_dept_id = #{provideDeptId}
                 <if test="year != null">
-                    and DATE_FORMAT(apply_time,'%Y') = #{year}
+                    and DATE_FORMAT(apply_time,'%Y') like concat('%', #{year}, '%')
                 </if>
             ) tb
     </select>

+ 3 - 1
mybusiness/src/main/resources/templates/visualization/tk_iframe.html

@@ -114,7 +114,9 @@
             <div class="fl div_tit2">接口申请数量月度统计</div>
             <div class="tit_date"><i></i>
                 <select id="line" onchange="changeYear()">
-                    <option selected value="2022">2022年</option>
+                    <option selected value="">全年</option>
+                    <option value="2023">2023年</option>
+                    <option value="2022">2022年</option>
                     <option value="2021">2021年</option>
                     <option value="2020">2020年</option>
                 </select>