forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-10-21 b1c3a007984187ccd4df2854b320fa5e82c291f5
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) {