资料中心查询条件
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ public class WorkGroupController extends BaseController<WorkGroup> {
|
||||
|
||||
if (isDistinct(workGroup.getWorkGroup(),null)){
|
||||
if (iWorkGroupService.add(workGroup)){
|
||||
return Result.success("200",null,true);
|
||||
return Result.success("200","新增成功",true);
|
||||
}else {
|
||||
return Result.error("201","新增失败",false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user