Browse Source

感知事件桩号事件数量过滤

develop
wangsixiang 10 months ago
parent
commit
bc4a023194
  1. 1
      zc-business/src/main/resources/mapper/business/DcPerceivedEventsWarningMapper.xml

1
zc-business/src/main/resources/mapper/business/DcPerceivedEventsWarningMapper.xml

@ -312,6 +312,7 @@
<if test = 'type == "year"' >and YEAR(w.create_time) =DATE_FORMAT(#{createTime},'%Y')</if>
AND w.direction = #{direction}) sectionNumber FROM dc_stake_mark AS m
WHERE m.section_id = #{sectionId}
HAVING sectionNumber!=0
</select>

Loading…
Cancel
Save