浏览代码

用户访问日志BUG处理

guq 6 年之前
父节点
当前提交
ebb059c687
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/operation-web/app/view/statistical/LoginLog.js

+ 1 - 1
frontend/operation-web/app/view/statistical/LoginLog.js

@@ -12,7 +12,7 @@ Ext.define('saas.view.statistical.LoginLog', {
                 name: "username",
                 name: "username",
                 emptyText: '用户名/手机号',
                 emptyText: '用户名/手机号',
                 getCondition: function (v) {
                 getCondition: function (v) {
-                    return "(upper(CONCAT(username, '#', mobile) like '%" + v.toUpperCase() + "%' )";
+                    return "(upper(CONCAT(username, '#', mobile) like '%" + v.toUpperCase() + "%' ))";
                 },
                 },
             }],
             }],