Commit 6eedde76 authored by baoliang's avatar baoliang
Browse files

update worker group

parent 5c037289
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ public class WorkerGroupController extends BaseController{

        try {
            Map<String, Object> result = workerGroupService.queryAllGroup();
            return returnDataListPaging(result);
            return returnDataList(result);
        }catch (Exception e){
            logger.error(Status.SAVE_ERROR.getMsg(),e);
            return error(Status.SAVE_ERROR.getCode(), Status.SAVE_ERROR.getMsg());