From 65f786277a2797a213404ae9f63b2c9b9760ec7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 13 Apr 2020 22:32:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/jsh_erp.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jsh_erp.sql b/docs/jsh_erp.sql index 87567d9a..3c644269 100644 --- a/docs/jsh_erp.sql +++ b/docs/jsh_erp.sql @@ -687,7 +687,7 @@ CREATE TABLE `jsh_materialproperty` ( -- ---------------------------- INSERT INTO `jsh_materialproperty` VALUES ('1', '规格', '', '02', '规格', '0'); INSERT INTO `jsh_materialproperty` VALUES ('2', '颜色', '', '01', '颜色', '0'); -INSERT INTO `jsh_materialproperty` VALUES ('3', '制造商', '\0', '03', '制造商', '0'); +INSERT INTO `jsh_materialproperty` VALUES ('3', '制造商', '', '03', '制造商', '0'); INSERT INTO `jsh_materialproperty` VALUES ('4', '自定义1', '\0', '04', '自定义1', '0'); INSERT INTO `jsh_materialproperty` VALUES ('5', '自定义2', '\0', '05', '自定义2', '0'); INSERT INTO `jsh_materialproperty` VALUES ('6', '自定义3', '\0', '06', '自定义3', '0');