上次分配的招商经理
This commit is contained in:
@@ -644,8 +644,11 @@ public class HyPartnerLineInfoServiceImpl implements HyPartnerLineInfoService {
|
||||
}
|
||||
userId = userIdList.get(++i);
|
||||
}
|
||||
hyIntendDevZoneInfoDO.setLastAllotUserId(userId);
|
||||
hyIntendDevZoneInfoDAO.updateByPrimaryKeySelective(hyIntendDevZoneInfoDO);
|
||||
//上次分配的招商经理 记录
|
||||
if ("intent".equals(type)){
|
||||
hyIntendDevZoneInfoDO.setLastAllotUserId(userId);
|
||||
hyIntendDevZoneInfoDAO.updateByPrimaryKeySelective(hyIntendDevZoneInfoDO);
|
||||
}
|
||||
return userId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user