forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-10-09 3a73d5c21bb96dde33c97a6d4d50f4632678b329
dyh-service/dyh-mediate/src/main/java/cn/huge/module/cases/controller/web/CaseAssistApplyWebController.java
@@ -271,7 +271,7 @@
     * @return Object
     */
    @GetMapping("/getById")
    public Object getByCaseId(@RequestParam(value = "id") String id) {
    public Object getById(@RequestParam(value = "id") String id) {
        try {
            return ReturnSucUtils.getRepInfo(service.caseAssistApplyById(id));
        } catch (Exception e) {