Commit 43e56a6e by qwmqiuwenmin

fix

parent d177f468
......@@ -482,6 +482,11 @@ public class StaffApiServiceImpl implements StaffApiService {
continue;
}
if("phoneNumber".equals(name)){
phoneNumber = value;
continue;
}
if("postionName".equals(postion)){
postion = value;
continue;
......
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