Commit 245549d3 by 吕明尚

Merge branch 'dev' into test

parents 02c9e880 6a73dcc4
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
<result property="newNickName" column="new_nick_name"/> <result property="newNickName" column="new_nick_name"/>
<result property="newPhone" column="new_phone"/> <result property="newPhone" column="new_phone"/>
<result property="newAvatar" column="new_avatar"/> <result property="newAvatar" column="new_avatar"/>
<result property="newId" column="new_id"/>
</resultMap> </resultMap>
<sql id="selectDurationLogVo"> <sql id="selectDurationLogVo">
...@@ -62,7 +63,8 @@ ...@@ -62,7 +63,8 @@
d.duration_type, d.duration_type,
e.nick_name as new_nick_name, e.nick_name as new_nick_name,
e.phone as new_phone, e.phone as new_phone,
e.avatar as new_avatar e.avatar as new_avatar,
e.id as new_id
from s_duration_log d join s_consumer c on d.consumer_id = c.id from s_duration_log d join s_consumer c on d.consumer_id = c.id
left join s_consumer e on d.new_id = e.id left join s_consumer e on d.new_id = e.id
<where> <where>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment