Commit 365cbd31 by yaosai

bugfix-删除导购逻辑调整

parent dd98bb52
......@@ -391,7 +391,7 @@ public class StaffApiServiceImpl implements StaffApiService {
String phoneNumber = arr[1];
TabHaobanStaff staff = staffService.selectByPhoneNumberAndEnterpriseId(phoneNumber.trim(), wxEnterpriseId);
if (staff != null) {
//兼容导购调整手机号逻辑
//兼容导购调整手机号逻辑-该方法强行保证一个导购只存在一条有效导购数据
staffService.delOtherStaff(staff.getStaffId(),staff.getWxEnterpriseId(),staff.getWxUserId());
}
staff = (staff == null ? new TabHaobanStaff() : 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