소스 검색

优化 package 错误问题

wuxw 6 년 전
부모
커밋
80c48ce2ef
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ReportService/src/main/java/com/java110/report/ReportServiceApplicationStart.java
  2. 1 0
      java110-db/db/FeeService/create.sql

+ 1 - 1
ReportService/src/main/java/com/java110/report/ReportServiceApplicationStart.java

@@ -1,4 +1,4 @@
-package com.java110.common;
+package com.java110.report;
 
 import com.java110.core.annotation.Java110ListenerDiscovery;
 import com.java110.event.service.BusinessServiceDataFlowEventPublishing;

+ 1 - 0
java110-db/db/FeeService/create.sql

@@ -116,7 +116,7 @@ create table business_pay_fee_config(
 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);
 
+-- 费用配propertyFeeConfig置表
 create table pay_fee_config(
       config_id varchar(30) not null comment '费用ID',
       b_id VARCHAR(30) NOT NULL COMMENT '业务Id',