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
e0d779c3
Commit
e0d779c3
authored
Jul 03, 2025
by
wujiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
3e6ec607
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
HygfIcbcController.java
...s/boot/module/hygf/biz/controller/HygfIcbcController.java
+3
-3
HygfIcbcServiceImpl.java
...oot/module/hygf/biz/service/impl/HygfIcbcServiceImpl.java
+2
-2
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/controller/HygfIcbcController.java
View file @
e0d779c3
...
...
@@ -187,8 +187,8 @@ public class HygfIcbcController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"余额查询通过农户id"
,
notes
=
"余额查询通过农户id"
)
@GetMapping
(
value
=
"/balanceQueryById"
)
public
ResponseModel
<
Object
>
balanceQueryById
(
@RequestParam
(
required
=
true
)
String
id
){
return
ResponseHelper
.
buildResponse
(
hygfIcbcService
.
balanceQueryById
(
id
));
@GetMapping
(
value
=
"/balanceQueryBy
User
Id"
)
public
ResponseModel
<
Object
>
balanceQueryBy
User
Id
(
@RequestParam
(
required
=
true
)
String
id
){
return
ResponseHelper
.
buildResponse
(
hygfIcbcService
.
balanceQueryBy
User
Id
(
id
));
}
}
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 @
e0d779c3
...
...
@@ -943,9 +943,9 @@ public class HygfIcbcServiceImpl extends BaseService<HygfIcbcRecordDTO, HygfIcbc
return
response
;
}
public
Object
balanceQueryById
(
String
id
)
public
Object
balanceQueryBy
User
Id
(
String
id
)
{
HygfIcbcRecord
hygfIcbcRecord
=
this
.
get
ById
(
id
);
HygfIcbcRecord
hygfIcbcRecord
=
this
.
get
One
(
new
LambdaQueryWrapper
<
HygfIcbcRecord
>().
eq
(
HygfIcbcRecord:
:
getOutUserId
,
id
)
);
if
(
hygfIcbcRecord
!=
null
)
{
SettlementAccountBalanceQueryResponseV1
response
=
(
SettlementAccountBalanceQueryResponseV1
)
balanceQuery
(
hygfIcbcRecord
.
getMediumId
());
...
...
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