From 5921dcfbb084f8a9faee82b7b27fa916419c4ed8 Mon Sep 17 00:00:00 2001 From: baohanddd Date: Wed, 27 Jul 2016 16:18:59 +0800 Subject: [PATCH] add statistics(map) common index --- platform-biz-service/src/main/resources/mainOrm/Users.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/platform-biz-service/src/main/resources/mainOrm/Users.xml b/platform-biz-service/src/main/resources/mainOrm/Users.xml index c57c3a0..db13ab3 100644 --- a/platform-biz-service/src/main/resources/mainOrm/Users.xml +++ b/platform-biz-service/src/main/resources/mainOrm/Users.xml @@ -107,12 +107,12 @@ delete from users where id = #{id,jdbcType=INTEGER} @@ -197,7 +197,7 @@ select id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,p select DISTINCT u.id id,logincenter_id,type,org_id,dept_id,name,account,pwd,phone,publish_id,publish_name,u.yn,enable,modified,created,remarks,last_login_time, - ks_id,foreign_id,other_account + ks_id,foreign_id,other_account,zhiChenId from users u LEFT JOIN user_role_maps ur on u.id = ur.user_id where 1=1 -- 1.8.3.1