Merge branch 'khj' into main
This commit is contained in:
parent
920af2adfe
commit
e7d6db5e94
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user