Commit d14645b7 authored by wujiang's avatar wujiang

提交代码

parent 3edc95a5
...@@ -142,6 +142,12 @@ ...@@ -142,6 +142,12 @@
<artifactId>easypoi-annotation</artifactId> <artifactId>easypoi-annotation</artifactId>
<version>3.2.0</version> <version>3.2.0</version>
</dependency> </dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.16</version>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
......
...@@ -19,7 +19,6 @@ import com.yeejoin.amos.boot.module.hygf.api.mapper.RectificationOrderAuditingMa ...@@ -19,7 +19,6 @@ import com.yeejoin.amos.boot.module.hygf.api.mapper.RectificationOrderAuditingMa
import com.yeejoin.amos.boot.module.hygf.api.service.IRectificationOrderAuditingService; import com.yeejoin.amos.boot.module.hygf.api.service.IRectificationOrderAuditingService;
import com.yeejoin.amos.boot.module.hygf.api.dto.RectificationOrderAuditingDto; import com.yeejoin.amos.boot.module.hygf.api.dto.RectificationOrderAuditingDto;
import com.yeejoin.amos.feign.workflow.model.*; import com.yeejoin.amos.feign.workflow.model.*;
import javafx.beans.binding.MapBinding;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.BeanUtils; import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
......
...@@ -2,7 +2,7 @@ spring.application.name=AMOS-HYGF-CZ ...@@ -2,7 +2,7 @@ spring.application.name=AMOS-HYGF-CZ
server.servlet.context-path=/hygf server.servlet.context-path=/hygf
server.port=33330 server.port=33330
server.uri-encoding=UTF-8 server.uri-encoding=UTF-8
spring.profiles.active=dev spring.profiles.active=kingbase8
spring.jackson.time-zone=GMT+8 spring.jackson.time-zone=GMT+8
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
logging.config=classpath:logback-${spring.profiles.active}.xml logging.config=classpath:logback-${spring.profiles.active}.xml
...@@ -90,6 +90,6 @@ workflow.feign.name=AMOS-API-WORKFLOW ...@@ -90,6 +90,6 @@ workflow.feign.name=AMOS-API-WORKFLOW
repaymentCron=0 0 1 * * ? repaymentCron=0 0 1 * * ?
urlHttp=http://47.92.234.253:9000 urlHttp=http://47.92.234.253:9000
hygf.sms.tempCode=SMS_HYGF_0001 hygf.sms.tempCode=SMS_HYGF_0007
hygf.sms.maintenanceCode=SMS_HYGF_0005 hygf.sms.maintenanceCode=SMS_HYGF_0008
hygf.sms.repaymentCode=SMS_HYGF_0006 hygf.sms.repaymentCode=SMS_HYGF_0009
\ No newline at end of file \ 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