Commit f69de779 by qwmqiuwenmin

fix

parent b0697841
......@@ -48,7 +48,7 @@ public class StaffController extends WebBaseController{
if(staff != null) {
return resultResponse(HaoBanErrCode.ERR_10005);
}
HaobanResponse hr = staffApiService.add(staff,departmentIds);
HaobanResponse hr = staffApiService.add(staffDTO,departmentIds);
return resultResponse(HaoBanErrCode.ERR_1);
}
......
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