|
@@ -70,7 +70,7 @@
|
|
|
<result column="accountId" property="accountId" />
|
|
<result column="accountId" property="accountId" />
|
|
|
<result column="refereeName" property="refereeName" />
|
|
<result column="refereeName" property="refereeName" />
|
|
|
<result column="accountName" property="accountName" />
|
|
<result column="accountName" property="accountName" />
|
|
|
- <result column="isAuth" property="isAuth" />
|
|
|
|
|
|
|
+ <result column="hasauth" property="hasAuth" />
|
|
|
<result column="accountstatus" property="accountStatus" />
|
|
<result column="accountstatus" property="accountStatus" />
|
|
|
<result column="modifystatus" property="modifyStatus" />
|
|
<result column="modifystatus" property="modifyStatus" />
|
|
|
<result column="createtime" property="createTime" />
|
|
<result column="createtime" property="createTime" />
|
|
@@ -90,7 +90,7 @@
|
|
|
<result column="createtime" property="createTime" />
|
|
<result column="createtime" property="createTime" />
|
|
|
<result column="modifytime" property="modifyTime"/>
|
|
<result column="modifytime" property="modifyTime"/>
|
|
|
<result column="modifystatus" property="modifyStatus" />
|
|
<result column="modifystatus" property="modifyStatus" />
|
|
|
- <result column="hasauth" property="isAuth" />
|
|
|
|
|
|
|
+ <result column="hasauth" property="hasAuth" />
|
|
|
<result column="modifyremark" property="modifyRemark" />
|
|
<result column="modifyremark" property="modifyRemark" />
|
|
|
<result column="audittime" property="auditTime" />
|
|
<result column="audittime" property="auditTime" />
|
|
|
<result column="accountstatus" property="accountStatus" />
|
|
<result column="accountstatus" property="accountStatus" />
|
|
@@ -98,6 +98,8 @@
|
|
|
<result column="usertype" property="usertype" />
|
|
<result column="usertype" property="usertype" />
|
|
|
<result column="refereeuserid" property="refereeuserid" />
|
|
<result column="refereeuserid" property="refereeuserid" />
|
|
|
<result column="auditremark" property="auditremark" />
|
|
<result column="auditremark" property="auditremark" />
|
|
|
|
|
+ <result column="newcontent" property="newcontent" />
|
|
|
|
|
+ <result column="oldcontent" property="oldcontent" />
|
|
|
<association property="auditAccountName" column="AUDITUSERID"
|
|
<association property="auditAccountName" column="AUDITUSERID"
|
|
|
jdbcType="VARCHAR"
|
|
jdbcType="VARCHAR"
|
|
|
select="com.muchinfo.mtp3interface.mapper.ISystemmanagerMapper.selectUsersName"></association>
|
|
select="com.muchinfo.mtp3interface.mapper.ISystemmanagerMapper.selectUsersName"></association>
|
|
@@ -331,7 +333,7 @@
|
|
|
where ba.signstatus=4 group by ta.userid
|
|
where ba.signstatus=4 group by ta.userid
|
|
|
)
|
|
)
|
|
|
select uaref.accountname refereeName, t1.loginid loginId,ta.accountid accountId,o.accountname accountName
|
|
select uaref.accountname refereeName, t1.loginid loginId,ta.accountid accountId,o.accountname accountName
|
|
|
- ,o.hasauth isAuth,o.accountstatus,o.modifystatus,o.createtime,o.modifytime,o.audittime,o.canceltime,o.userid,
|
|
|
|
|
|
|
+ ,o.hasauth hasAuth,o.accountstatus,o.modifystatus,o.createtime,o.modifytime,o.audittime,o.canceltime,o.userid,
|
|
|
o.memberuserid, o.parentuserid
|
|
o.memberuserid, o.parentuserid
|
|
|
from useraccount o
|
|
from useraccount o
|
|
|
left join t1 on o.userid = t1.userid
|
|
left join t1 on o.userid = t1.userid
|
|
@@ -343,8 +345,8 @@
|
|
|
<where>
|
|
<where>
|
|
|
1 = 1
|
|
1 = 1
|
|
|
and o.usertype = 5
|
|
and o.usertype = 5
|
|
|
- <if test="vo.isAuth != null">
|
|
|
|
|
- AND o.hasauth = #{vo.isAuth}
|
|
|
|
|
|
|
+ <if test="vo.hasAuth != null">
|
|
|
|
|
+ AND o.hasauth = #{vo.hasAuth}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="vo.accountName != null and vo.accountName != '' ">
|
|
<if test="vo.accountName != null and vo.accountName != '' ">
|
|
|
and ((o.accountname like '%'|| #{vo.accountName,jdbcType=VARCHAR}||'%')
|
|
and ((o.accountname like '%'|| #{vo.accountName,jdbcType=VARCHAR}||'%')
|