Commit 91287a1e authored by hanfeng's avatar hanfeng

客户管理日志

parent b33c1d66
......@@ -57,7 +57,7 @@ public class AppStaffUserController extends BaseController<AppStaffUserBiz, AppS
baseBiz.insertSelective(appStaffUser);
return ObjectRestResponse.succ();
}
throw new BaseException("户已存在");
throw new BaseException("户已存在");
}
......@@ -95,7 +95,7 @@ public class AppStaffUserController extends BaseController<AppStaffUserBiz, AppS
baseBiz.updateSelectiveById(appStaffUser);
return ObjectRestResponse.succ();
}
throw new BaseException("户已存在");
throw new BaseException("户已存在");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment