oppadmin il y a 4 ans
Parent
commit
eaa5b7197f

+ 4 - 1
smart-city-platform/src/main/java/com/bz/smart_city/quartz/service/ControlDayService.java

@@ -1,6 +1,9 @@
 package com.bz.smart_city.quartz.service;
 
+import com.bz.smart_city.entity.pay.archives.PayBaseCustomerandmeterrela;
+
 import java.math.BigInteger;
+import java.util.List;
 
 /**
  * Created by ZJY on 2021-01-18 19:11
@@ -10,6 +13,6 @@ public interface ControlDayService {
     //flag 1开阀 0关阀 2全部
     void start(int flag, BigInteger siteId, BigInteger customerId);
     void saveQrtzTask(BigInteger siteId,BigInteger customerId);
-
+    void sendValve(String customerNo, int flag, List<Integer> ConditionIds, PayBaseCustomerandmeterrela one);
 
 }

+ 1 - 0
smart-city-platform/src/main/java/com/bz/smart_city/quartz/service/impl/ControlDayServiceImpl.java

@@ -159,6 +159,7 @@ public class ControlDayServiceImpl implements ControlDayService, InitializingBea
      * @param ConditionIds 阀控条件
      * @param one 开户信息
      */
+    @Override
     public void sendValve(String customerNo,int flag,List<Integer> ConditionIds,PayBaseCustomerandmeterrela one){
 
         String[] deviceType  = StringUtils.split(one.getValveRuleId(),",");