Commit 84e6f93e authored by baoliang's avatar baoliang
Browse files

update worker group

parent 3ff39620
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -115,6 +115,8 @@ public class WorkerGroupService extends BaseService {
    public Map<String,Object> deleteWorkerGroupById(Integer id) {

        Map<String, Object> result = new HashMap<>(5);

        int delete = workerGroupMapper.deleteById(id);
        putMsg(result, Status.SUCCESS);
        return result;
    }