|
|
@@ -307,7 +307,10 @@
|
|
|
|
|
|
<select id="findOrgActivityListByPage" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
select
|
|
|
- <include refid="Base_Column_List" />
|
|
|
+ id, uid, activity_number as activityNumber, activity_name as activityName,
|
|
|
+ technical_field1 as technicalField1, technical_field2 as technicalField2, technical_field3 as technicalField3,
|
|
|
+ technical_source as technicalSource, intellectual_property_number as intellectualPropertyNumber,
|
|
|
+ start_date as startDate, end_date as endDate
|
|
|
from org_activity
|
|
|
where deleted_sign = 0
|
|
|
<if test="uid != null">
|
|
|
@@ -366,4 +369,8 @@
|
|
|
from org_activity
|
|
|
where uid = #{uid,jdbcType=VARCHAR} and deleted_sign = 0
|
|
|
</select>
|
|
|
+
|
|
|
+ <!-- <select id="selectDetailById" parameterType="java.lang.String" resultMap="BaseResultMap">
|
|
|
+
|
|
|
+ </select> -->
|
|
|
</mapper>
|