Browse Source

[feat]

1、修复预警统计查询未删除的预警②
pull/4/head
杨威 2 months ago
parent
commit
3fca31c79f
  1. 1
      dk-modules/business/src/main/resources/mapper/business/BusinessAlertMapper.xml

1
dk-modules/business/src/main/resources/mapper/business/BusinessAlertMapper.xml

@ -6,6 +6,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<sql id="searchSql"> <sql id="searchSql">
and ba.handle_type != 'verify' and ba.handle_type != 'verify'
and ba.del_flag = '0'
<if test="param.aiLabelEnList != null and param.aiLabelEnList.size > 0"> <if test="param.aiLabelEnList != null and param.aiLabelEnList.size > 0">
and ba.label_en in and ba.label_en in
<foreach collection="param.aiLabelEnList" item="item" open="(" close=")" separator=","> <foreach collection="param.aiLabelEnList" item="item" open="(" close=")" separator=",">

Loading…
Cancel
Save