模版更新
This commit is contained in:
parent
c811d1a6f1
commit
c2df9da689
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue