|
|
@@ -18,7 +18,7 @@
|
|
|
<select id="logList" resultType="com.kxs.user.api.vo.kxsapp.userPresetLevel.UserPresetLogVO">
|
|
|
select u.id, a.end_time, a.preset_level, u.username, u.avatar from kxs_user_preset_log a
|
|
|
left join kxs_user u on u.id = a.user_id
|
|
|
- where a.user_id = #{userId}
|
|
|
+ where a.create_by_id = #{userId}
|
|
|
<if test="keyword != null and keyword != ''">
|
|
|
and u.user_code = #{keyword}
|
|
|
</if>
|