Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
mali
2018-12-18 18:33:18 +0800
Commit
a8127e8e8b82ad825c51d553092b2f95e97ca32a
2 parents
11e79b0c
3cac7040
Merge branch 'master' into hotfix_erp_addMobile_1218
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
dal/src/main/resources/META-INF/mybatis/SellerWalletDetailMapper.xml
web/src/main/webapp/html/judgeCenter/pass.html
web/src/main/webapp/html/judgeCenter/reject.html
dal/src/main/resources/META-INF/mybatis/SellerWalletDetailMapper.xml
View file @
a8127e8
...
...
@@ -25,7 +25,7 @@
select
count(id)
from seller_wallet_detail
where uid = #{uid,jdbcType=INTEGER} and is_batch = 0 and type in (32,33)
where uid = #{uid,jdbcType=INTEGER} and is_batch = 0 and type in (3
1,3
2,33)
</select>
...
...
web/src/main/webapp/html/judgeCenter/pass.html
View file @
a8127e8
...
...
@@ -64,7 +64,7 @@
new
ClipboardJS
(
'#addressCopy'
,
{
text
:
function
()
{
return
address
;
return
name
+
'\r\n'
+
mobile
+
'\r\n'
+
address
;
}
});
}
...
...
web/src/main/webapp/html/judgeCenter/reject.html
View file @
a8127e8
...
...
@@ -64,7 +64,7 @@
new
ClipboardJS
(
'#rejectAddressCopy'
,
{
text
:
function
()
{
return
address
;
return
name
+
'\r\n'
+
mobile
+
'\r\n'
+
address
;
}
});
}
...
...
Please
register
or
login
to post a comment