From 3a14fc419625a30fde1f14ef8cefa686488b0473 Mon Sep 17 00:00:00 2001 From: nesxy Date: Thu, 13 Jun 2019 03:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E4=B8=AD=E5=BF=83=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=96=B0=E5=A2=9E=E5=AE=A2=E6=88=B7=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 53项目部署说明书/v2.6.5/表更新1.sql | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/53项目部署说明书/v2.6.5/表更新1.sql b/53项目部署说明书/v2.6.5/表更新1.sql index 4d0abce..ad2bb86 100644 --- a/53项目部署说明书/v2.6.5/表更新1.sql +++ b/53项目部署说明书/v2.6.5/表更新1.sql @@ -1,4 +1,4 @@ - + /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; @@ -103,4 +103,5 @@ AUTO_INCREMENT=2 ALTER TABLE `book_detail` - ADD COLUMN `consumer_confirm` TINYINT(4) NULL DEFAULT '0' COMMENT '顾客确认服务时间 0未确认 1已确认' AFTER `small_category_no`; \ No newline at end of file + ADD COLUMN `consumer_confirm` TINYINT(4) NULL DEFAULT '0' COMMENT '顾客确认服务时间 0未确认 1已确认' AFTER `small_category_no`; +INSERT INTO `function_permission` (`name`, `url`, `method`, `create_time`) VALUES ('新增客户', 'admin/web/consumer', 'POST', '1'); \ No newline at end of file