-->
<select id="findAll" parameterType="Pagination" resultType="AuthorVO">
<include refid="selectAuthrt" />
- WHERE ai.use_yn = 'Y'
+ WHERE 1=1
+ <!--ai.use_yn = 'Y'-->
<include refid="selectRequirement" />
LIMIT #{recordSize} OFFSET #{limitStart}
</select>
<select id="findAllCnt" parameterType="Pagination" resultType="Integer">
SELECT COUNT(ai.authrt_cd)
FROM authrt_info ai
<select id="findByAuthorCode" parameterType="String" resultType="AuthorVO">
WHERE ai.authrt_cd = #{authrtCd}
- AND ai.use_yn = 'Y'
+ <!--AND ai.use_yn = 'Y'-->
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?