Xiaojh il y a 4 ans
Parent
commit
4f62a222dd

+ 0 - 16
smart-city-platform/src/main/java/com/bz/smart_city/controller/pay/archives/PayBaseCustomerandmeterrelaController.java

@@ -238,20 +238,4 @@ public class PayBaseCustomerandmeterrelaController {
 
         payBaseCustomerandmeterrelaService.getCustomerListExcel(condition,waterPropertyId,businessstate,calculateway,httpServletResponse);
     }
-
-    @GetMapping("/estimatedValveTest")
-    @ApiOperation(value = "计费系统-预计费阀控测试")
-    public void estimatedValveTest(Integer siteId,Integer customerId){
-        estimatedValveService.startValve(siteId,customerId);
-    }
-    @GetMapping("/estimatedSendTest")
-    @ApiOperation(value = "计费系统-预计费推送测试")
-    public void estimatedSendTest(Integer siteId,Integer customerId){
-        estimateMsgSendService.send(siteId,customerId);
-    }
-    @GetMapping("/estimatedDayTest")
-    @ApiOperation(value = "计费系统-预计费统计测试")
-    public void estimatedDayTest(Integer siteId,Integer customerId){
-        estimatedDayService.start(siteId,customerId);
-    }
 }