Commit f6ee71d0 authored by hanfeng's avatar hanfeng

Merge branch 'master-customer-management' into dev

parents 1580105d 91287a1e
......@@ -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