Commit 633dd1a8 by 陶光胜

加日志

parent 41d7d158
......@@ -62,7 +62,7 @@ public class StaffServiceImpl implements StaffService {
TabHaobanStaff staff = new TabHaobanStaff();
staff.setStaffId(staffId);
staff.setStatusFlag(0);
return this.mapper.updateByPrimaryKey(staff);
return this.mapper.updateByPrimaryKeySelective(staff);
}
}
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