|
|
@@ -1102,18 +1102,43 @@
|
|
|
|
|
|
<select id="selectAchievementSearchDetail" resultType="com.goafanti.portal.bo.AchievementDetailBo">
|
|
|
select
|
|
|
- a.id, a.serial_number as serialNumber, a.keyword,
|
|
|
- a.name, a.data_category as dataCategory, a.category,
|
|
|
- ui.username, oi.unit_name as unitName, a.release_date as releaseDate,
|
|
|
- a.owner_type as ownerType, a.field_a as fieldA, a.field_b as fieldB,
|
|
|
- a.transfer_price as transferPrice, a.maturity, a.transfer_mode as transferMode,
|
|
|
- a.bargaining_mode as bargainingMode, a.summary, a.introduction,
|
|
|
- a.technical_picture_url as technicalPictureUrl, a.maturity_picture_url as maturityPictureUrl, a.maturity_text_file_url as maturityTextFileUrl,
|
|
|
- a.maturity_video_url as maturityVideoUrl, a.innovation, a.cooperation_mode as cooperationMode,
|
|
|
- a.bargaining_mode as bargainingMode, a.technical_scene as technicalScene, a.breakthrough,
|
|
|
- a.patent_case as patentCase, a.awards, a.team_des as teamDes,
|
|
|
- a.parameter, a.tech_plan_url as techPlanUrl, a.business_plan_url as businessPlanUrl,
|
|
|
- ai.id as achievementInterestId, ao.id as achievementOrderId, ao.status as orderStatus
|
|
|
+ a.id,
|
|
|
+ a.owner_name as ownerName,
|
|
|
+ a.serial_number as serialNumber,
|
|
|
+ a.keyword,
|
|
|
+ a.name,
|
|
|
+ a.data_category as dataCategory,
|
|
|
+ a.category,
|
|
|
+ ui.username,
|
|
|
+ oi.unit_name as unitName,
|
|
|
+ a.release_date as releaseDate,
|
|
|
+ a.owner_type as ownerType,
|
|
|
+ a.field_a as fieldA,
|
|
|
+ a.field_b as fieldB,
|
|
|
+ a.transfer_price as transferPrice,
|
|
|
+ a.maturity,
|
|
|
+ a.transfer_mode as transferMode,
|
|
|
+ a.bargaining_mode as bargainingMode,
|
|
|
+ a.summary,
|
|
|
+ a.introduction,
|
|
|
+ a.technical_picture_url as technicalPictureUrl,
|
|
|
+ a.maturity_picture_url as maturityPictureUrl,
|
|
|
+ a.maturity_text_file_url as maturityTextFileUrl,
|
|
|
+ a.maturity_video_url as maturityVideoUrl,
|
|
|
+ a.innovation,
|
|
|
+ a.cooperation_mode as cooperationMode,
|
|
|
+ a.bargaining_mode as bargainingMode,
|
|
|
+ a.technical_scene as technicalScene,
|
|
|
+ a.breakthrough,
|
|
|
+ a.patent_case as patentCase,
|
|
|
+ a.awards,
|
|
|
+ a.team_des as teamDes,
|
|
|
+ a.parameter,
|
|
|
+ a.tech_plan_url as techPlanUrl,
|
|
|
+ a.business_plan_url as businessPlanUrl,
|
|
|
+ ai.id as achievementInterestId,
|
|
|
+ ao.id as achievementOrderId,
|
|
|
+ ao.status as orderStatus
|
|
|
from achievement a
|
|
|
left join user_identity ui on ui.uid = a.owner_id
|
|
|
left join organization_identity oi on oi.uid = a.owner_id
|