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