Commit a6f35ac0 authored by 李博今's avatar 李博今

修改部门名

parent 8cff19e9
...@@ -145,7 +145,6 @@ public class ImWebsocketServer { ...@@ -145,7 +145,6 @@ public class ImWebsocketServer {
} }
public void destroy() { public void destroy() {
log.info("destroy qiqiim websocketserver ...");
// 释放线程池资源 // 释放线程池资源
if (channel != null) { if (channel != null) {
channel.close(); channel.close();
......
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<select name="userInfo.deptid" lay-verify="required"> <select name="userInfo.deptid" lay-verify="required">
<option value="1">路劲太阳城置业顾问</option> <option value="1">路劲太阳城置业顾问</option>
<option value="3">路劲隽澜湾置业顾问</option> <option value="3">路劲隽澜湾置业顾问</option>
<option value="4">路劲武清置业顾问</option> <option value="4">路劲隽悦府置业顾问</option>
</select> </select>
</div> </div>
</div> </div>
......
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 to comment