From 80c48ce2ef7d9bacac9d437d1956004ed4f7f0a5 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 07 一月 2020 11:17:36 +0800
Subject: [PATCH] 优化 package 错误问题
---
java110-db/db/FeeService/create.sql | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/db/FeeService/create.sql b/java110-db/db/FeeService/create.sql
index 0df1881..aba5f4b 100644
--- a/java110-db/db/FeeService/create.sql
+++ b/java110-db/db/FeeService/create.sql
@@ -116,7 +116,7 @@
CREATE INDEX idx_bpfc_config_id ON business_pay_fee_config(config_id);
CREATE INDEX idx_bpfc_b_id ON business_pay_fee_config(b_id);
--- 璐圭敤閰嶇疆琛�
+-- 璐圭敤閰峱ropertyFeeConfig缃〃
create table pay_fee_config(
config_id varchar(30) not null comment '璐圭敤ID',
b_id VARCHAR(30) NOT NULL COMMENT '涓氬姟Id',
--
Gitblit v1.8.0