模版更新
This commit is contained in:
parent
c811d1a6f1
commit
c2df9da689
|
|
@ -123,6 +123,7 @@
|
||||||
</select>
|
</select>
|
||||||
<select id="selectComCoreList" resultType="com.bonus.tool.dto.ComCorePersonBean">
|
<select id="selectComCoreList" resultType="com.bonus.tool.dto.ComCorePersonBean">
|
||||||
SELECT tgku.id,
|
SELECT tgku.id,
|
||||||
|
tkp.id as userId,
|
||||||
tkp.user_name,
|
tkp.user_name,
|
||||||
tkp.id_card,
|
tkp.id_card,
|
||||||
tkp.title,
|
tkp.title,
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
|
|
||||||
<select id="selectComOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
|
<select id="selectComOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
|
||||||
SELECT tgou.id,
|
SELECT tgou.id,
|
||||||
|
tkp.id as userId,
|
||||||
tkp.user_name,
|
tkp.user_name,
|
||||||
tkp.id_card,
|
tkp.id_card,
|
||||||
tkp.title,
|
tkp.title,
|
||||||
|
|
@ -153,6 +155,7 @@
|
||||||
|
|
||||||
<select id="selectSubOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
|
<select id="selectSubOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
|
||||||
SELECT tgou.id,
|
SELECT tgou.id,
|
||||||
|
tkp.id as userId,
|
||||||
tkp.user_name,
|
tkp.user_name,
|
||||||
tkp.id_card,
|
tkp.id_card,
|
||||||
tkp.title,
|
tkp.title,
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,7 @@
|
||||||
</select>
|
</select>
|
||||||
<select id="selectComCoreList" resultType="com.bonus.tool.dto.ComCorePersonBean">
|
<select id="selectComCoreList" resultType="com.bonus.tool.dto.ComCorePersonBean">
|
||||||
SELECT tgku.id,
|
SELECT tgku.id,
|
||||||
|
tkp.id as userId,
|
||||||
tkp.user_name,
|
tkp.user_name,
|
||||||
tkp.id_card,
|
tkp.id_card,
|
||||||
tkp.title,
|
tkp.title,
|
||||||
|
|
@ -138,6 +139,7 @@
|
||||||
|
|
||||||
<select id="selectComOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
|
<select id="selectComOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
|
||||||
SELECT tgou.id,
|
SELECT tgou.id,
|
||||||
|
tkp.id as userId,
|
||||||
tkp.user_name,
|
tkp.user_name,
|
||||||
tkp.id_card,
|
tkp.id_card,
|
||||||
tkp.title,
|
tkp.title,
|
||||||
|
|
@ -153,6 +155,7 @@
|
||||||
|
|
||||||
<select id="selectSubOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
|
<select id="selectSubOtherList" resultType="com.bonus.tool.dto.ComOtherPersonBean">
|
||||||
SELECT tgou.id,
|
SELECT tgou.id,
|
||||||
|
tkp.id as userId,
|
||||||
tkp.user_name,
|
tkp.user_name,
|
||||||
tkp.id_card,
|
tkp.id_card,
|
||||||
tkp.title,
|
tkp.title,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue