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
1a307e43
Commit
1a307e43
authored
Jul 19, 2024
by
yangyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对接聚富通
parent
ceda0a63
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
8 deletions
+7
-8
HygfIcbcRecordMapper.xml
.../src/main/resources/mapper/mysql/HygfIcbcRecordMapper.xml
+3
-4
HygfIcbcController.java
...s/boot/module/hygf/biz/controller/HygfIcbcController.java
+2
-2
HygfIcbcServiceImpl.java
...oot/module/hygf/biz/service/impl/HygfIcbcServiceImpl.java
+0
-0
application-dev.properties
...le-hygf-biz/src/main/resources/application-dev.properties
+2
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-api/src/main/resources/mapper/mysql/HygfIcbcRecordMapper.xml
View file @
1a307e43
...
@@ -10,9 +10,10 @@
...
@@ -10,9 +10,10 @@
</sql>
</sql>
<select
id=
"listObjectCount"
resultType=
"integer"
>
<select
id=
"listObjectCount"
resultType=
"integer"
>
SELECT count(1)
SELECT
count( DISTINCT ph.amos_user_id )
FROM
FROM
hygf_peasant_household ph LEFT JOIN hygf_icbc_record icbc ON ph.amos_user_id = icbc.amos_user_id
hygf_peasant_household ph LEFT JOIN hygf_icbc_record icbc ON ph.amos_user_id = icbc.amos_user_id
<where>
<where>
ph.is_delete = 0
ph.is_delete = 0
<if
test=
"param != null"
>
<if
test=
"param != null"
>
...
@@ -33,8 +34,6 @@
...
@@ -33,8 +34,6 @@
</if>
</if>
</if>
</if>
</where>
</where>
GROUP BY
ph.amos_user_id
</select>
</select>
<select
id=
"listObject"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.dto.HygfIcbcRecordDTO"
>
<select
id=
"listObject"
resultType=
"com.yeejoin.amos.boot.module.hygf.api.dto.HygfIcbcRecordDTO"
>
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/controller/HygfIcbcController.java
View file @
1a307e43
...
@@ -85,14 +85,14 @@ public class HygfIcbcController extends BaseController {
...
@@ -85,14 +85,14 @@ public class HygfIcbcController extends BaseController {
return
hygfIcbcService
.
registerWalletCallback
(
request
,
response
);
return
hygfIcbcService
.
registerWalletCallback
(
request
,
response
);
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@GetMapping
(
value
=
"/{sequenceNbr}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询注册电子钱包"
,
notes
=
"注册电子钱包"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据sequenceNbr查询注册电子钱包"
,
notes
=
"注册电子钱包"
)
public
ResponseModel
<
HygfIcbcRecordDTO
>
getObject
(
@PathVariable
String
sequenceNbr
)
{
public
ResponseModel
<
HygfIcbcRecordDTO
>
getObject
(
@PathVariable
String
sequenceNbr
)
{
return
ResponseHelper
.
buildResponse
(
hygfIcbcService
.
getObject
(
Long
.
valueOf
(
sequenceNbr
)));
return
ResponseHelper
.
buildResponse
(
hygfIcbcService
.
getObject
(
Long
.
valueOf
(
sequenceNbr
)));
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/list"
)
@GetMapping
(
value
=
"/list"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"聚富通电子钱包列表查询"
,
notes
=
"聚富通电子钱包列表查询"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"聚富通电子钱包列表查询"
,
notes
=
"聚富通电子钱包列表查询"
)
@UserLimits
@UserLimits
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/service/impl/HygfIcbcServiceImpl.java
View file @
1a307e43
This diff is collapsed.
Click to expand it.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/resources/application-dev.properties
View file @
1a307e43
...
@@ -248,4 +248,4 @@ spring.elasticsearch.rest.password=123456
...
@@ -248,4 +248,4 @@ spring.elasticsearch.rest.password=123456
spring.elasticsearch.rest.read-timeout
=
30000
spring.elasticsearch.rest.read-timeout
=
30000
## 聚富通 配置
## 聚富通 配置
hygf.icbc.callbackUrl
=
http://47.92.234.253:8088/hygf/icbc/notify
hygf.icbc.callbackUrl
=
https://yth.yunqingtech.com/hygf/icbc/notify
\ No newline at end of file
\ 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