修改 prod 数据库配置
This commit is contained in:
parent
8d6c43e457
commit
48e6e4454a
@ -6,9 +6,9 @@ spring:
|
|||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql:///fantang_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
url: jdbc:mysql:///sanyuan?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
||||||
username: fantang_test
|
username: sanyuan
|
||||||
password: FcK2GcNhK54bLGM6
|
password: ZbAky8PJEksDSz42
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
slave:
|
slave:
|
||||||
# 从数据源开关/默认关闭
|
# 从数据源开关/默认关闭
|
||||||
|
@ -486,7 +486,6 @@ export default {
|
|||||||
this.formAddPrepayment.collectAt = null;
|
this.formAddPrepayment.collectAt = null;
|
||||||
this.formAddPrepayment.prepaidAt = null;
|
this.formAddPrepayment.prepaidAt = null;
|
||||||
|
|
||||||
console.log("bbbbbbbbbb", this.formAddPrepayment);
|
|
||||||
addPrepayment(this.formAddPrepayment).then(response => {
|
addPrepayment(this.formAddPrepayment).then(response => {
|
||||||
this.msgSuccess("已收费")
|
this.msgSuccess("已收费")
|
||||||
this.openChargeDialogFlag = false;
|
this.openChargeDialogFlag = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user