|
@@ -71,7 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
where openid = (select parent_openid from wx_spread_relation where openid = #{fromUserName})
|
|
|
</select>
|
|
|
<select id="getDownLevelPoints" resultType="com.miaxis.extension.vo.ExtensionIncomeVo">
|
|
|
- select openid,nick_name,head_image,achievement,achievement_settled from user_info
|
|
|
+ select openid,IFNULL(nick_name,'未知'),IFNULL(head_image,'未知'),achievement,achievement_settled from user_info
|
|
|
where openid = (select openid from wx_spread_relation where parent_openid = #{openid})
|
|
|
</select>
|
|
|
|