فهرست منبع

删除阀门操作记录修改

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