|
|
@@ -1080,14 +1080,14 @@
|
|
|
and a.audit_status = #{auditStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="name != null">
|
|
|
-
|
|
|
+
|
|
|
and a.name = #{name,jdbcType=VARCHAR}
|
|
|
|
|
|
</if>
|
|
|
<if test="keyword != null">
|
|
|
-
|
|
|
+
|
|
|
and a.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
|
|
|
-
|
|
|
+
|
|
|
</if>
|
|
|
<if test="dataCategory != null and dataCategory != ''">
|
|
|
and a.data_category = #{dataCategory,jdbcType=INTEGER}
|
|
|
@@ -1138,14 +1138,14 @@
|
|
|
and a.audit_status = #{auditStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="name != null">
|
|
|
-
|
|
|
+
|
|
|
and a.name = #{name,jdbcType=VARCHAR}
|
|
|
-
|
|
|
+
|
|
|
</if>
|
|
|
<if test="keyword != null">
|
|
|
-
|
|
|
+
|
|
|
and a.keyword like "%"#{keyword,jdbcType=VARCHAR}"%"
|
|
|
-
|
|
|
+
|
|
|
</if>
|
|
|
<if test="dataCategory != null and dataCategory != ''">
|
|
|
and a.data_category = #{dataCategory,jdbcType=INTEGER}
|
|
|
@@ -1224,9 +1224,9 @@
|
|
|
a.cooperation_mode as cooperationMode, a.transfer_mode as transferMode, a.bargaining_mode as bargainingMode,
|
|
|
a.transfer_price as transferPrice, 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,
|
|
|
+ a.parameter, a.tech_plan_url as techPlanUrl, a.business_plan_url as businessPlanUrl,
|
|
|
a.contacts, a.manager_id as managerId, a.salesman_id as salesmanId, a.international_flag as internationalFlag,
|
|
|
- a.create_time as createTime, a.release_status as releaseStatus,
|
|
|
+ a.create_time as createTime, a.release_status as releaseStatus,
|
|
|
a.release_date as releaseDate, a.audit_status as auditStatus, a.tech_broker_id as techBrokerId,
|
|
|
oi.unit_name as iOwnerName, oi.postal_address as iOwnerPostalAddress, u.email as iOwnerEmail,
|
|
|
oi.org_code as iOwnerIdNumber, u.mobile as iOwnerMobile,a.boutique,a.remark,a.contacts,a.contact_mobile as contactMobile
|
|
|
@@ -1694,7 +1694,7 @@
|
|
|
a.transfer_price as transferPrice,
|
|
|
a.technical_picture_url as technicalpictureurl
|
|
|
from achievement a
|
|
|
- LEFT JOIN aft.achievement_interest b on a.id = b.achievement_id
|
|
|
+ LEFT JOIN achievement_interest b on a.id = b.achievement_id
|
|
|
where
|
|
|
a.deleted_sign = 0
|
|
|
and category = 0
|