|
|
@@ -1025,7 +1025,8 @@
|
|
|
</update>
|
|
|
|
|
|
<select id="findAchievementListByPage" parameterType="String" resultType="com.goafanti.achievement.bo.AchievementListBo">
|
|
|
- select
|
|
|
+
|
|
|
+ select
|
|
|
a.id, a.serial_number as serialNumber, a.data_category as dataCategory, a.boutique,
|
|
|
a.name, a.keyword, a.category, a.introduction,owner_postal_address as ownerPostalAddress,
|
|
|
a.owner_name as ownerName, a.owner_type as ownerType, a.owner_mobile as ownerMobile,a.field_a as fieldA,a.field_b ,a.field_c as fieldC,
|
|
|
@@ -1037,6 +1038,7 @@
|
|
|
left join field_glossory f on a.field_a=f.id
|
|
|
left join field_glossory f2 on a.field_b=f2.id
|
|
|
where deleted_sign = 0
|
|
|
+ and audit_status = 4
|
|
|
<if test="ownerId != null">
|
|
|
and a.owner_id = #{ownerId,jdbcType=VARCHAR}
|
|
|
</if>
|