Commit b47a09f4 authored by kevin's avatar kevin

#

parent f29b7fa0
...@@ -15,7 +15,7 @@ mail_jdbc_url=jdbc:sqlserver://192.168.1.102:1434;DatabaseName=MAILMaster ...@@ -15,7 +15,7 @@ mail_jdbc_url=jdbc:sqlserver://192.168.1.102:1434;DatabaseName=MAILMaster
mail_jdbc_user=sa mail_jdbc_user=sa
mail_jdbc_password=atmsunittestSQL mail_jdbc_password=atmsunittestSQL
web.url=http://172.20.201.164:9001 web.url=http://dts.erp.didichuxing.com:9001
#web.url=* #web.url=*
jwt.base64Secret=TXppQjFlZFBSbnJzMHc0Tg== jwt.base64Secret=TXppQjFlZFBSbnJzMHc0Tg==
jwt.powerToken=xxxx jwt.powerToken=xxxx
...@@ -23,7 +23,7 @@ jwt.expireSecond=180000 ...@@ -23,7 +23,7 @@ jwt.expireSecond=180000
jwt.refreshSecond=600 jwt.refreshSecond=600
#File Server Config #File Server Config
file.server.url=http://172.20.201.164:9001 file.server.url=http://dts.erp.didichuxing.com:9001
file.server.upload=/api/v1/upload file.server.upload=/api/v1/upload
#upload #upload
...@@ -33,7 +33,7 @@ max_file_length=104857600 ...@@ -33,7 +33,7 @@ max_file_length=104857600
distributed_id_datacenter=10 distributed_id_datacenter=10
distributed_id_machine=15 distributed_id_machine=15
api.url=http://172.20.201.164:8180 api.url=http://dts.erp.didichuxing.com:8180
# Longi config # Longi config
longi_api_basic_user= longi_api_basic_user=
......
...@@ -162,7 +162,6 @@ public class OperationLogEntryLog extends BaseEntity implements Serializable { ...@@ -162,7 +162,6 @@ public class OperationLogEntryLog extends BaseEntity implements Serializable {
* *
* @mbg.generated * @mbg.generated
*/ */
private String createTime;
/** /**
* *
...@@ -582,9 +581,6 @@ public class OperationLogEntryLog extends BaseEntity implements Serializable { ...@@ -582,9 +581,6 @@ public class OperationLogEntryLog extends BaseEntity implements Serializable {
* *
* @mbg.generated * @mbg.generated
*/ */
public String getCreateTime() {
return createTime;
}
/** /**
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
...@@ -594,9 +590,6 @@ public class OperationLogEntryLog extends BaseEntity implements Serializable { ...@@ -594,9 +590,6 @@ public class OperationLogEntryLog extends BaseEntity implements Serializable {
* *
* @mbg.generated * @mbg.generated
*/ */
public void setCreateTime(String createTime) {
this.createTime = createTime == null ? null : createTime.trim();
}
/** /**
* This method was generated by MyBatis Generator. * This method was generated by MyBatis Generator.
...@@ -674,7 +667,6 @@ public class OperationLogEntryLog extends BaseEntity implements Serializable { ...@@ -674,7 +667,6 @@ public class OperationLogEntryLog extends BaseEntity implements Serializable {
sb.append(", updateTime=").append(updateTime); sb.append(", updateTime=").append(updateTime);
sb.append(", voucherNum=").append(voucherNum); sb.append(", voucherNum=").append(voucherNum);
sb.append(", orgCode=").append(orgCode); sb.append(", orgCode=").append(orgCode);
sb.append(", createTime=").append(createTime);
sb.append(", createBy=").append(createBy); sb.append(", createBy=").append(createBy);
sb.append(", updateBy=").append(updateBy); sb.append(", updateBy=").append(updateBy);
sb.append("]"); sb.append("]");
......
api.url=http://172.20.201.164:8180/ api.url=http://dts.erp.didichuxing.com:8180/
jwt.base64Secret=TXppQjFlZFBSbnJzMHc0Tg== jwt.base64Secret=TXppQjFlZFBSbnJzMHc0Tg==
jwt.powerToken=xxxx jwt.powerToken=xxxx
......
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