上次分配的招商经理

This commit is contained in:
苏竹红
2023-07-03 16:28:16 +08:00
parent 158ba61880
commit 73258a339d

View File

@@ -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;
}