Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/ae65ff8e0d44d42de45c6798e03645255041712b
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
3 deletions
@ -41,7 +41,7 @@
手机号码:< input type = "text" name = "phonenumber" / >
< / li >
< li >
用户状态:< select name = "status" th:with = "type=${@dict.getType('sys_normal_disabl e')}">
审核状态:< select name = "examine" th:with = "type=${@dict.getType('sys_user_examin e')}">
< option value = "" > 所有< / option >
< option th:each = "dict : ${type}" th:text = "${dict.dictLabel}" th:value = "${dict.dictValue}" > < / option >
< / select >
@ -320,8 +320,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
SUM (CASE WHEN examine = 2 THEN 1 ELSE 0 END) AS ydj,
SUM (CASE WHEN examine = 3 THEN 1 ELSE 0 END) AS ysb,
SUM (CASE WHEN examine = 0 THEN 1 ELSE 0 END) AS ysh,
( SELECT SUM ( CASE WHEN leavestate = 1 THEN 1 ELSE 0 END ) FROM td_leave t )
as ylz
(SELECT SUM (CASE WHEN leavestate = 1 THEN 1 ELSE 0 END)
FROM td_leave t) as ylz
FROM ${prefix}sys_user s
</select>