Antiloveg 8 years ago
parent
commit
e62b06df3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/AchievementMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/AchievementMapper.xml

@@ -737,7 +737,7 @@
   		oi.unit_name as username, a.owner_id as ownerId, a.org_id as orgId, a.contacts,
   		a.release_date as releaseDate, a.audit_status as auditStatus, ad.name as techBrokerId
   	from achievement a
-  	LEFT JOIN admin ad on a.id = a.tech_broker_id
+  	LEFT JOIN admin ad on a.id = ad.tech_broker_id
   	LEFT JOIN organization_identity oi on a.owner_id = oi.uid
   	where a.deleted_sign = 0 and a.owner_type = 1
   	<if test="ownerId != null">