yangys
2024-02-03 592cdfbe5fefd339e590859fb577652aa41dda8e
mdc-parent/mdc-show/src/main/java/com/qianwen/mdc/controller/workshop/SectionController.java
@@ -81,12 +81,10 @@
           Long workshopId) {
       
        try {
           OpResult.success(sectionService.listByWorkshopId(workshopId));
           return OpResult.success(sectionService.listByWorkshopId(workshopId));
        }catch(Exception ex) {
           logger.error("查询车间下属工段失败",ex);
           return OpResult.fail(ex.getMessage());
        }
        return OpResult.success();
    }
}