skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/damSecurity/mapper/DamSecurityMapper.xml
@@ -1816,11 +1816,11 @@ </if> <if test="vo.startTime != null and vo.startTime != ''"> AND DATE_FORMAT(NAG.time,'%Y-%m-%d') >= #{vo.startTime} AND NAG.time >= #{vo.startTime} </if> <if test="vo.endTime != null and vo.endTime !='' "> AND DATE_FORMAT(NAG.time,'%Y-%m-%d') <= #{vo.endTime} AND NAG.time <= #{vo.endTime} </if> <if test="vo.level != null and vo.level !='' ">