mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
字段修改,添加字段
This commit is contained in:
+2
-1
@@ -7,13 +7,14 @@
|
||||
<result property="organId" column="organ_id"/>
|
||||
<result property="userId" column="userId"/>
|
||||
<result property="organName" column="organName"/>
|
||||
<result property="updateTime" column="updateTime"/>
|
||||
<collection property="authTemplateList" javaType="java.util.List" ofType="com.cf.imes.module.system.controller.admin.machine.vo.AutoTemplateVO"
|
||||
select="selectAuthTemplateList" column="{userId=userId, templateName = templateName}" >
|
||||
</collection>
|
||||
</resultMap>
|
||||
|
||||
<select id="selectAuthTemplatePage" resultMap="map" parameterType="com.cf.imes.module.system.controller.admin.machine.vo.AuthTemplatePage">
|
||||
select a.id AS userId, a.nickname, a.organ_id, f.name as organName,
|
||||
select a.id AS userId, a.nickname, a.organ_id, max(b.create_time) as updateTime, f.name as organName,
|
||||
case when ('${vo.templateName}' != '') then '${vo.templateName}' else '' end as templateName
|
||||
from system_users a, user_machine b, system_organization f
|
||||
<where>
|
||||
|
||||
Reference in New Issue
Block a user