fanxw hace 11 meses
padre
commit
34a03f4d3b

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

@@ -466,6 +466,9 @@
466 466
 	<if test="alarmTime != null">
467 467
 	and a.alarm_time=#{alarmTime}
468 468
 	</if>
469
+	<if test="approvalStatus != null">
470
+	and a.approval_status=#{approvalStatus}
471
+	</if>
469 472
 	<if test="clordbzt != null">
470 473
 	and a.clordbzt=#{clordbzt}
471 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 43
     private String yjzt;
44 44
 
45 45
     @ApiModelProperty(value = "(处理/督办)状态")
46
-    private String clordbzt;
46
+    private String approvalStatus;
47 47
 }