Commit 71137e05 authored by wuqinghua's avatar wuqinghua

2021/11/18 吴卿华 修改个人关系图 没有姓名的被转账人显示

parent e9f58e45
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment