开发主管

This commit is contained in:
苏竹红
2023-07-03 16:04:05 +08:00
parent b16f4b21ce
commit 158ba61880

View File

@@ -644,6 +644,8 @@ public class HyPartnerLineInfoServiceImpl implements HyPartnerLineInfoService {
}
userId = userIdList.get(++i);
}
hyIntendDevZoneInfoDO.setLastAllotUserId(userId);
hyIntendDevZoneInfoDAO.updateByPrimaryKeySelective(hyIntendDevZoneInfoDO);
return userId;
}