提交 84e6f93e 编写于 作者: B baoliang

update worker group

上级 3ff39620
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册