Commit f30c6117 by qwmqiuwenmin

Merge branch 'developer_repair_contact20200408' into 'developer'

fix

See merge request !38
parents f9a71dd6 72814d98
...@@ -696,7 +696,7 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -696,7 +696,7 @@ public class StaffApiServiceImpl implements StaffApiService {
//修改 //修改
}else{ }else{
staff.setHeadImg(headPic); staff.setHeadImg(headPic);
staff.setPostion(postion); //staff.setPostion(postion);
// staff.setStaffName(staffName); // staff.setStaffName(staffName);
if(staff.getActiveFlag() != null && staff.getActiveFlag() != 1){ if(staff.getActiveFlag() != null && staff.getActiveFlag() != 1){
staff.setStaffName(staffName); staff.setStaffName(staffName);
......
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