功能修改

master
sunjianxi 5 months ago
parent 043f8a1729
commit 300bd7ea7a
  1. 2
      src/main/java/org/springblade/modules/business/mapper/ApmRecordMapper.xml

@ -148,7 +148,7 @@
<select id="countAmpNumWithDays" resultMap="ApmRecordCountDTOResultMap">
select DATE_FORMAT(apm_day, '%Y-%m-%d') apmDay, project, period, time_frame timeFrame, count(id) apmNum
from ca_apm_record
where is_deleted = 0 and apm_status = 2
where is_deleted = 0 and apm_status in ('2','3')
<if test="createDept != '' and createDept != null">
and create_dept = #{createDept}
</if>

Loading…
Cancel
Save