Antiloveg пре 8 година
родитељ
комит
23c09da032

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

@@ -321,7 +321,7 @@
   	left join organization_identity oi on oi.uid = ao.uid
   	where ao.deleted_sign = 0 
   	and   a.deleted_sign = 0 
-  	and   a.owner_type= 0
+  	and   a.owner_type= 1
   	<if test="techBrokerId != null">
   		and a.tech_broker_id = #{techBrokerId,jdbcType=VARCHAR}
   	</if>

+ 5 - 2
src/main/java/com/goafanti/common/mapper/OrganizationIdentityMapper.xml

@@ -1153,8 +1153,11 @@
 	
 	<select id="findSearchSubscriberListByPage" parameterType="String" resultType="com.goafanti.portal.bo.OrgSubscriberListBo">
 			SELECT
-				u.id as uid, oi.unit_name as unitName, u.number,
-				oi.id as identityId, info.logo_url as logoUrl,
+				u.id as uid, 
+				oi.unit_name as unitName, 
+				u.number,
+				oi.id as identityId, 
+				info.logo_url as logoUrl,
 				oi.licence_province as province,
 				adc.achievement_count as achievementNum,
 				adc.demand_count as demandNum