张天森
2022-09-29 5c04b5dff52ae6de65d705c5e90fa8effdeb9b38
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/McsOrderApi.java
@@ -51,7 +51,7 @@
     */
    @GetMapping("{id}")
    public R selectOne(@PathVariable("id") Long id) {
        return R.ok(this.mcsOrderService.getById(id));
        return this.mcsOrderService.detail(id);
    }
    /**