Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
sttus LIKE CONCAT('%' , #{sbscrbSttus}, '%')
</if>
<if test="searchCondition == 0">AND
userId LIKE CONCAT('%' , #{searchKeyword}, '%')
USER_ID LIKE CONCAT('%' , #{searchKeyword}, '%')
</if>
<if test="searchCondition == 1">AND
userNm LIKE CONCAT('%' , #{searchKeyword}, '%')
USER_NM LIKE CONCAT('%' , #{searchKeyword}, '%')
</if>
ORDER BY sbscrbDe DESC
ORDER BY SBSCR_DE DESC
LIMIT #{recordCountPerPage} OFFSET #{firstIndex}
</select>

Expand Down Expand Up @@ -254,4 +254,4 @@
) A
WHERE USER_ID = #{checkId}
</select>
</mapper>
</mapper>