|
|
@@ -448,7 +448,7 @@
|
|
|
|
|
|
<select id="selectById" parameterType="String" resultType="com.goafanti.sc.bo.inputAchievement">
|
|
|
select a.id,a.name,date_format(a.create_time,'%Y-%m-%d %H:%i:%S') as createDateFormat,a.summary,a.`type`,a.industry,
|
|
|
-c.name as industryName,a.introduce,a.owner_name as ownerName,b.introduce as pIntroduce,a.patent_number as patentNumber,
|
|
|
+a.introduce,a.owner_name as ownerName,b.introduce as pIntroduce,a.patent_number as patentNumber,
|
|
|
a.publisher_id as publisherId,a.reserve_butt_mode as reserveButtMode,a.transfer_price as transferPrice,
|
|
|
b.telephone,b.contacts as publisherName,b.email,b.zip_code as zipCode,b.province,b.city,d.name as provinceName,e.name as cityName
|
|
|
from sc_achievement a left join sc_publisher b on a.publisher_id=b.id
|