Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
d14645b7
Commit
d14645b7
authored
Apr 15, 2025
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
3edc95a5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
pom.xml
amos-boot-system-jxiop/amos-boot-module-hygf-biz/pom.xml
+6
-0
RectificationOrderAuditingServiceImpl.java
...z/service/impl/RectificationOrderAuditingServiceImpl.java
+0
-1
application.properties
...module-hygf-biz/src/main/resources/application.properties
+5
-5
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/pom.xml
View file @
d14645b7
...
...
@@ -142,6 +142,12 @@
<artifactId>
easypoi-annotation
</artifactId>
<version>
3.2.0
</version>
</dependency>
<dependency>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-all
</artifactId>
<version>
5.8.16
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
<build>
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/RectificationOrderAuditingServiceImpl.java
View file @
d14645b7
...
...
@@ -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.dto.RectificationOrderAuditingDto
;
import
com.yeejoin.amos.feign.workflow.model.*
;
import
javafx.beans.binding.MapBinding
;
import
org.apache.commons.lang3.StringUtils
;
import
org.springframework.beans.BeanUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/resources/application.properties
View file @
d14645b7
...
...
@@ -2,7 +2,7 @@ spring.application.name=AMOS-HYGF-CZ
server.servlet.context-path
=
/hygf
server.port
=
33330
server.uri-encoding
=
UTF-8
spring.profiles.active
=
dev
spring.profiles.active
=
kingbase8
spring.jackson.time-zone
=
GMT+8
spring.jackson.date-format
=
yyyy-MM-dd HH:mm:ss
logging.config
=
classpath:logback-${spring.profiles.active}.xml
...
...
@@ -90,6 +90,6 @@ workflow.feign.name=AMOS-API-WORKFLOW
repaymentCron
=
0 0 1 * * ?
urlHttp
=
http://47.92.234.253:9000
hygf.sms.tempCode
=
SMS_HYGF_0001
hygf.sms.maintenanceCode
=
SMS_HYGF_0005
hygf.sms.repaymentCode
=
SMS_HYGF_0006
\ No newline at end of file
hygf.sms.tempCode
=
SMS_HYGF_0007
hygf.sms.maintenanceCode
=
SMS_HYGF_0008
hygf.sms.repaymentCode
=
SMS_HYGF_0009
\ No newline at end of file
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