Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
e13baa0a
Commit
e13baa0a
authored
Nov 12, 2020
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
6b3dead9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
AdminCompanyWalletDetailController.java
.../admin/rest/admin/AdminCompanyWalletDetailController.java
+7
-0
CompanyWaterCathMapper.xml
...dmin/src/main/resources/mapper/CompanyWaterCathMapper.xml
+2
-2
No files found.
ace-modules/ace-admin/src/main/java/com/github/wxiaoqi/security/admin/rest/admin/AdminCompanyWalletDetailController.java
View file @
e13baa0a
...
@@ -82,4 +82,11 @@ public class AdminCompanyWalletDetailController extends BaseController<CompanyWa
...
@@ -82,4 +82,11 @@ public class AdminCompanyWalletDetailController extends BaseController<CompanyWa
}
}
@RequestMapping
(
value
=
"selectListByCath"
,
method
=
RequestMethod
.
GET
)
@ApiModelProperty
(
value
=
"提现记录"
)
public
ObjectRestResponse
<
PageDataVO
<
CompanyWalletDetailVo
>>
selectListByCath
(
WalletCathDTO
walletCathDTO
)
{
return
ObjectRestResponse
.
succ
(
walletCathBiz
.
selectList
(
walletCathDTO
));
}
}
}
\ No newline at end of file
ace-modules/ace-admin/src/main/resources/mapper/CompanyWaterCathMapper.xml
View file @
e13baa0a
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
<mapper
namespace=
"com.
xxfc.platform.order
.mapper.CompanyWalletCathMapper"
>
<mapper
namespace=
"com.
github.wxiaoqi.security.admin
.mapper.CompanyWalletCathMapper"
>
<select
id=
"selectList"
resultType=
"com.
xxfc.platform.order.pojo.vo.CompanyWalletCathVo"
parameterType=
"com.xxfc.platform.order.pojo
.dto.WalletCathDTO"
>
<select
id=
"selectList"
resultType=
"com.
github.wxiaoqi.security.admin.vo.CompanyWalletCathVo"
parameterType=
"com.github.wxiaoqi.security.admin
.dto.WalletCathDTO"
>
SELECT
SELECT
wc.*,
wc.*,
c.`name` as companyName,
c.`name` as companyName,
...
...
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