springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -1254,8 +1254,6 @@ @GetMapping("/indexData/getAreaAndStreet") R getAreaAndStreet(); /** * uu洗车推送 * @param washPhone @@ -1268,5 +1266,5 @@ R uuPush(@RequestParam("washPhone")String washPhone,@RequestParam("phone")String phone,@RequestParam("washName")String washName,@RequestParam("orderStatus")Integer orderStatus); @GetMapping("/communityList") R communityList(@RequestParam("type") Integer type); R communityList(@RequestParam("name") String name, @RequestParam("id") Long id); }