修改好友列表数据不一致问题。

dev_0531
kevin jiang 6 years ago
parent 829d189285
commit a123e62c95

@ -67,7 +67,7 @@
</select>
<select id="selectUserNameById" resultType="java.lang.String">
select t5.name from poi_store_staff t4,
select IFNULL(t5.name, '') from poi_store_staff t4,
privilage_user t5 where t4.user_id = t5.id and t4.id = #{id}
</select>

Loading…
Cancel
Save