Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
youka-api
Overview
Overview
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
java-youka-wallet
youka-api
Commits
db546913
Commit
db546913
authored
Apr 23, 2018
by
Java-聂换换
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费率修改
parent
b1ffdcf8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
UserDao.xml
src/main/resources/mappings/modules/user/UserDao.xml
+3
-4
No files found.
src/main/resources/mappings/modules/user/UserDao.xml
View file @
db546913
...
...
@@ -238,22 +238,21 @@
yc.update_date AS modified,
yc.update_by AS modifiedUser,
yc.del_flag AS delFlag
<if
test=
"payChannel
!=null and payChannel != '
'"
>
<if
test=
"payChannel
== 'quick_jfen
'"
>
,if(ycs.swpaccid is null,0,1) AS isOpenCard
</if>
FROM
youka_cards yc
LEFT JOIN youka_bank yb ON yc.belong_bank = yb.bank_code
<if
test=
"payChannel!=null and payChannel != ''"
>
LEFT JOIN youka_card_swpaccid ycs ON ycs.card_code = yc.code
LEFT JOIN youka_card_swpaccid ycs ON ycs.card_code = yc.code
AND ycs.pay_channel = #{payChannel}
</if>
WHERE
yc.user_code = #{subMerchantCode}
AND yc.card_type = #{cardType}
AND yc.del_flag = '0'
<if
test=
"payChannel
!=null and payChannel != '
'"
>
<if
test=
"payChannel
== 'quick_jfen
'"
>
AND yb.support_pay_channel LIKE concat('%',#{payChannel},',%')
AND ycs.pay_channel = #{payChannel}
</if>
</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