|
@@ -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);
|
|
|
}
|