Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gong-an
Project
Project
Details
Activity
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
Administrator
gong-an
Commits
71137e05
Commit
71137e05
authored
Nov 18, 2021
by
wuqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2021/11/18 吴卿华 修改个人关系图 没有姓名的被转账人显示
parent
e9f58e45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
TransferRelationshipMapper.xml
src/main/resources/mapper/TransferRelationshipMapper.xml
+2
-3
No files found.
src/main/resources/mapper/TransferRelationshipMapper.xml
View file @
71137e05
...
...
@@ -53,7 +53,7 @@
<select
id=
"personalInformationTransferor"
resultType=
"com.example.gajz.transferrelationship.bean.vo.SearchRelationshipVo"
>
select "个人" as relationship,bank_account_name as name,bank_card_no as cardNumber
from abc_statement where bank_card_no=#{cardnumbe}
and bank_card_no is not null
and bank_account_name is not null
group by bank_card_no
and bank_card_no is not null group by bank_card_no
</select>
<!--查询搜索人信息 被转账人-->
...
...
@@ -97,8 +97,7 @@
<select
id=
"querySubordinate"
resultType=
"com.example.gajz.transferrelationship.bean.vo.SearchRelationshipVo"
>
select end_account_name as name,end_card_no as cardNumber,count(end_card_no) as transferTimes
from abc_statement
where end_account_name is not null
and end_card_no is not null
where end_card_no is not null
and bank_card_no=#{cardNumber} group by end_card_no
</select>
...
...
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