|
@@ -63,9 +63,14 @@ public interface ProEconAlarmInfoMapper extends BaseMapper<ProEconAlarmInfo> {
|
|
|
"and close_time is not null ",
|
|
|
"</if>",
|
|
|
"<if test='isclose== false'>",
|
|
|
- "and close_time is null ",
|
|
|
+ "and close_time is null ",
|
|
|
+ "</if>",
|
|
|
+ "<if test='isclose== true'>",
|
|
|
+ "and confirmed_time is not null ",
|
|
|
+ "</if>",
|
|
|
+ "<if test='isclose== false'>",
|
|
|
+ "and confirmed_time is null",
|
|
|
"</if>",
|
|
|
-
|
|
|
"</where>",
|
|
|
" order by last_update_time desc,rank desc ",
|
|
|
"</script>"})
|