浏览代码

Merge remote-tracking branch 'origin/master' into dev

guq 7 年之前
父节点
当前提交
058c6db8b3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/operation/operation-server/src/main/resources/mapper/AccoutMapper.xml

+ 1 - 1
applications/operation/operation-server/src/main/resources/mapper/AccoutMapper.xml

@@ -45,7 +45,7 @@
     </where>
     </select>
     <select id="getLogin" parameterType="string" resultMap="loginMap">
-        SELECT * FROM (select account_id  ,count(account_id) login_num,max(ac_account.realname) username,max(login_time) lastesttime, max(ac_account.mobile) mobile from au_authorize_log left join saas_account.ac_account on account_id= ac_account.id  where login_time >  date_sub(now(),interval 3 MONTH) GROUP BY account_id order by lastesttime desc
+        SELECT * FROM (select account_id  ,count(account_id) login_num,max(ac_account.realname) username,max(login_time) lastesttime, max(ac_account.mobile) mobile from saas_auth.au_authorize_log left join saas_account.ac_account on account_id= ac_account.id  where login_time >  date_sub(now(),interval 3 MONTH) GROUP BY account_id order by lastesttime desc
         )login_info
         <where>
             <if test="con != null">