Explorar el Código

用户访问日志BUG处理

guq hace 7 años
padre
commit
ebb059c687
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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() + "%' ))";
                 },
             }],