소스 검색

删除阀门操作记录修改

wangli 4 년 전
부모
커밋
2a1229b788
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      smart-city-platform/src/main/java/com/bz/smart_city/dao/pay/PayFeeMapper.java

+ 1 - 1
smart-city-platform/src/main/java/com/bz/smart_city/dao/pay/PayFeeMapper.java

@@ -72,7 +72,7 @@ public interface PayFeeMapper {
 
 
     List<PayValveStateInfo> getDeviceValveStateByRecord();
     List<PayValveStateInfo> getDeviceValveStateByRecord();
 
 
-    List<PayValveStateInfo> deleteControlValveInfoByDevice(@Param("list")List<BigInteger> list);
+   Integer deleteControlValveInfoByDevice(@Param("list")List<BigInteger> list);
 
 
     List<PayControlRule> getValveRulesByType(@Param("type")Integer type);
     List<PayControlRule> getValveRulesByType(@Param("type")Integer type);
 }
 }