Commit f2a6bb0a authored by 技术部—现金贷—曾丽宾's avatar 技术部—现金贷—曾丽宾

Merge remote-tracking branch 'origin/master' into master-queryLog

parents 5ae62e93 495c4edf
......@@ -33,7 +33,7 @@ public class UserQueryLog implements Serializable {
@Column(name = "query_detail")
private String queryDetail;
@Column(name = "created_at")
private Date createdAt;
private Date createdAt=new Date();
@Transient
private String createDate;
......
......@@ -90,4 +90,9 @@ motan.application=xyqbUserMotan
#xyqb-user-域名
xyqb.user.domain=passport.xyqb.com
xyqb.user.query.url=http://192.168.11.40:8081
xyqb.domain = http://192.168.4.153:7003
\ No newline at end of file
xyqb.domain = http://192.168.4.153:7003
xyqb.paycenter.url=http://payapi.xyqb.com/
xyqb.paycenter.id=3
#内部运营系统
xyqb.yunying.url=http://192.168.4.50:7047
\ No newline at end of file
......@@ -59,4 +59,4 @@ xyqb.domain = http://api.xyqb.com
xyqb.paycenter.url=http://payapi.xyqb.com/
xyqb.paycenter.id=3
#内部运营系统
xyqb.yunying.url=http://192.168.4.50:7047
\ No newline at end of file
xyqb.yunying.url=https://opapi.xyqb.com
\ No newline at end of file
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