Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
ry-crm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
田光明
ry-crm
Commits
06f80d04
Commit
06f80d04
authored
Feb 26, 2025
by
EDY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
5bbe872d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
application-druid.yml
ruoyi-admin/src/main/resources/application-druid.yml
+2
-2
BaseContractInfo.java
...va/com/ruoyi/system/domain/business/BaseContractInfo.java
+1
-1
No files found.
ruoyi-admin/src/main/resources/application-druid.yml
View file @
06f80d04
...
...
@@ -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
:
# 从数据源开关/默认关闭
...
...
ruoyi-system/src/main/java/com/ruoyi/system/domain/business/BaseContractInfo.java
View file @
06f80d04
...
...
@@ -31,7 +31,7 @@ public class BaseContractInfo extends BaseEntity
private
Long
subjectId
;
/** 主体名称 */
private
Lo
ng
subjectName
;
private
Stri
ng
subjectName
;
/** 合同编号 */
@Excel
(
name
=
"合同编号"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment