Browse Source

注销redis

peiguo 5 years ago
parent
commit
099d68a659
1 changed files with 1 additions and 1 deletions
  1. 1 1
      whepi-doc/login.sql

+ 1 - 1
whepi-doc/login.sql

@@ -193,7 +193,7 @@ DROP TABLE IF EXISTS out_scan;
 CREATE TABLE out_scan  (
   scan_id           bigint(20) NOT NULL DEFAULT 0 COMMENT '扫码ID',
   user_id           bigint(20) NOT NULL DEFAULT 0 COMMENT '人员会ID',
-  uptown_id         bigint(20) NOT NULL DEFAULT 0 COMMENT '小区ID,下拉选ID',
+  door_id           bigint(20) NOT NULL DEFAULT 0 COMMENT '小区大门ID',
   into_date         datetime(0) NOT NULL DEFAULT '0000-01-01 00:00:00' COMMENT '进入时间',
   out_date          datetime(0) NOT NULL DEFAULT '0000-01-01 00:00:00' COMMENT '出去时间',
   user_create       bigint(20) NOT NULL DEFAULT 0 COMMENT '新增人',