修改bug

This commit is contained in:
yangjun 2023-08-28 21:46:04 +08:00
parent 0f3260f602
commit 469fd09cb0
1 changed files with 1 additions and 3 deletions

View File

@ -59,9 +59,7 @@
</select>
<select id="selectPage" resultType="org.jeecg.modules.kc.ktgl.entity.KcKechengbiao">
select * from (
select * from kc_kechengbiao where id in (select min(id) from kc_kechengbiao GROUP BY kcmc ,skjs,hh,skdd)
) a
select * from kc_kechengbiao a
${ew.customSqlSegment}
</select>