Browse Source

用户访问日志BUG处理

guq 6 năm trước cách đây
mục cha
commit
ebb059c687
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",
                 emptyText: '用户名/手机号',
                 getCondition: function (v) {
-                    return "(upper(CONCAT(username, '#', mobile) like '%" + v.toUpperCase() + "%' )";
+                    return "(upper(CONCAT(username, '#', mobile) like '%" + v.toUpperCase() + "%' ))";
                 },
             }],