Explorar o código

删除阀门操作记录修改

wangli %!s(int64=4) %!d(string=hai) anos
pai
achega
2a1229b788

+ 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> deleteControlValveInfoByDevice(@Param("list")List<BigInteger> list);
+   Integer deleteControlValveInfoByDevice(@Param("list")List<BigInteger> list);
 
     List<PayControlRule> getValveRulesByType(@Param("type")Integer type);
 }