Merge branch 'khj' into main
This commit is contained in:
parent
920af2adfe
commit
e7d6db5e94
@ -141,7 +141,7 @@
|
||||
and w.WRDDICCAT = #{category}
|
||||
</if>
|
||||
</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
|
||||
w.WRDDICSEQ,
|
||||
w.WRDDICCAT,
|
||||
@ -232,7 +232,7 @@
|
||||
where
|
||||
WRDDICSEQ = #{WRDDICSEQ}
|
||||
</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 *
|
||||
from
|
||||
worddicty
|
||||
|
||||
Loading…
Reference in New Issue
Block a user