@ -57,6 +57,8 @@
INNER JOIN guide_category gc ON g.CATEGORY_CODE = gc.CATEGORY_CODE AND gc.CUSTOMER_ID = #{customerId}
WHERE
g.ID = #{guideId}
and g.DEL_FLAG = '0'
and gc.DEL_FLAG = '0'
</select>
<select id="getCollectionList" resultType="com.epmet.dto.result.GuideListResultDTO">
SELECT
@ -75,4 +77,4 @@
</mapper>