feat: 주석 위치 수정
This commit is contained in:
parent
afb9fc89ac
commit
e339b62bf7
@ -95,15 +95,16 @@
|
|||||||
AND a.ACCESS_KEY = #{accessKey}
|
AND a.ACCESS_KEY = #{accessKey}
|
||||||
AND a.MBER_ID = #{mberId}
|
AND a.MBER_ID = #{mberId}
|
||||||
AND a.ACCESS_no = b.ACCESS_NO
|
AND a.ACCESS_no = b.ACCESS_NO
|
||||||
/*
|
|
||||||
임시 주석
|
|
||||||
AND b.CALL_INFO LIKE CONCAT(#{callInfo}, '%')
|
|
||||||
lettngnrlmber_access_call_info 테이블에 데이터가 현재 없어서 에러가 남
|
|
||||||
*/
|
|
||||||
limit 1
|
limit 1
|
||||||
|
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
<!-- selectRKey 임시 주석
|
||||||
|
AND b.CALL_INFO LIKE CONCAT(#{callInfo}, '%')
|
||||||
|
lettngnrlmber_access_call_info 테이블에 데이터가 현재 없어서 에러가 남
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
<!-- access_key 정보 U -->
|
<!-- access_key 정보 U -->
|
||||||
<update id="update">
|
<update id="update">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user