101captain
2022-07-24 0cf26c2fbb74f5260f05ad9bc9d4f46f1d609d0c
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComActAcidRecordApi.java
@@ -158,7 +158,11 @@
    }
    @GetMapping("/detailByApp")
    public R detailByApp(@RequestParam("id")Long id){
        return this.comActAcidRecordService.detailByApp(id);
    public R detailByApp(@RequestParam("id")Long id,@RequestParam("localCity")String localCity){
        return this.comActAcidRecordService.detailByApp(id,localCity);
    }
    @GetMapping("/test")
    public R test(){
        return this.comActAcidRecordService.test();
    }
}