模版更新

This commit is contained in:
fl 2025-04-28 15:50:21 +08:00
parent c811d1a6f1
commit c2df9da689
2 changed files with 6 additions and 0 deletions

View File

@ -123,6 +123,7 @@
</select>
<select id="selectComCoreList" resultType="com.bonus.tool.dto.ComCorePersonBean">
SELECT tgku.id,
tkp.id as userId,
tkp.user_name,
tkp.id_card,
tkp.title,
@ -138,6 +139,7 @@
<select id="selectComOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
SELECT tgou.id,
tkp.id as userId,
tkp.user_name,
tkp.id_card,
tkp.title,
@ -153,6 +155,7 @@
<select id="selectSubOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
SELECT tgou.id,
tkp.id as userId,
tkp.user_name,
tkp.id_card,
tkp.title,

View File

@ -123,6 +123,7 @@
</select>
<select id="selectComCoreList" resultType="com.bonus.tool.dto.ComCorePersonBean">
SELECT tgku.id,
tkp.id as userId,
tkp.user_name,
tkp.id_card,
tkp.title,
@ -138,6 +139,7 @@
<select id="selectComOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
SELECT tgou.id,
tkp.id as userId,
tkp.user_name,
tkp.id_card,
tkp.title,
@ -153,6 +155,7 @@
<select id="selectSubOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
SELECT tgou.id,
tkp.id as userId,
tkp.user_name,
tkp.id_card,
tkp.title,