Commit 06f80d04 authored by EDY's avatar EDY

优化

parent 5bbe872d
......@@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:mysql://localhost:3306/ry-crm?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url: jdbc:mysql://114.115.236.43:3306/ry-crm?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: root
password: 123456
password: um!@#4567
# 从库数据源
slave:
# 从数据源开关/默认关闭
......
......@@ -31,7 +31,7 @@ public class BaseContractInfo extends BaseEntity
private Long subjectId;
/** 主体名称 */
private Long subjectName;
private String subjectName;
/** 合同编号 */
@Excel(name = "合同编号")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment