fanxw vor 11 Monaten
Ursprung
Commit
34a03f4d3b

+ 3 - 0
src/main/java/com/chinaitop/depot/tempWarn/mapper/TTempWetAlarmMapper.xml

@@ -466,6 +466,9 @@
466
 	<if test="alarmTime != null">
466
 	<if test="alarmTime != null">
467
 	and a.alarm_time=#{alarmTime}
467
 	and a.alarm_time=#{alarmTime}
468
 	</if>
468
 	</if>
469
+	<if test="approvalStatus != null">
470
+	and a.approval_status=#{approvalStatus}
471
+	</if>
469
 	<if test="clordbzt != null">
472
 	<if test="clordbzt != null">
470
 	and a.clordbzt=#{clordbzt}
473
 	and a.clordbzt=#{clordbzt}
471
 	</if>
474
 	</if>

+ 1 - 1
src/main/java/com/chinaitop/depot/tempWarn/param/TTempWetAlarmPageParam.java

@@ -43,5 +43,5 @@ public class TTempWetAlarmPageParam extends PageParam implements Serializable {
43
     private String yjzt;
43
     private String yjzt;
44
 
44
 
45
     @ApiModelProperty(value = "(处理/督办)状态")
45
     @ApiModelProperty(value = "(处理/督办)状态")
46
-    private String clordbzt;
46
+    private String approvalStatus;
47
 }
47
 }