Commit f1e7ba82 by Huang Linyu

会服 - 绑定管理员 会服名字从username 更改为nickName

parent 1c41b154
......@@ -114,9 +114,9 @@
</#if>
<#list adminBeanList as item>
<#if dto.bindedAdm?? && dto.bindedAdm == item.userName >
<option value="${item.userName}" selected="selected">${item.userName}</option>
<option value="${item.userName}" selected="selected">${item.nickName}</option>
<#else>
<option value="${item.userName}" >${item.userName}</option>
<option value="${item.userName}" >${item.nickName}</option>
</#if>
</#list>
</select>
......
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 sign in to comment