Merge branch 'khj' into main

This commit is contained in:
khj0414 2025-03-17 11:13:20 +09:00
parent 920af2adfe
commit e7d6db5e94

View File

@ -141,7 +141,7 @@
and w.WRDDICCAT = #{category} and w.WRDDICCAT = #{category}
</if> </if>
</sql> </sql>
<select id="getWordList" parameterType="map" resultType="io.company.localhost.common.dto.MapDto"> <select id="selectWordList" parameterType="map" resultType="io.company.localhost.common.dto.MapDto">
select select
w.WRDDICSEQ, w.WRDDICSEQ,
w.WRDDICCAT, w.WRDDICCAT,
@ -232,7 +232,7 @@
where where
WRDDICSEQ = #{WRDDICSEQ} WRDDICSEQ = #{WRDDICSEQ}
</update> </update>
<select id="getWordDetail" parameterType="map" resultType="io.company.localhost.common.dto.MapDto"> <select id="selectWordDetail" parameterType="map" resultType="io.company.localhost.common.dto.MapDto">
select * select *
from from
worddicty worddicty