Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
qa-platform
Commits
1d8ef1ea
Commit
1d8ef1ea
authored
Jul 29, 2020
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
根据用户创建时间倒序
parent
45f9f2ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
QueryLoanUserDataServiceImpl.java
...qaplatform/service/impl/QueryLoanUserDataServiceImpl.java
+0
-1
QueryBasicLoanStatusDataMapper.xml
src/main/resources/mapper/QueryBasicLoanStatusDataMapper.xml
+2
-0
No files found.
src/main/java/cn/quantgroup/qaplatform/service/impl/QueryLoanUserDataServiceImpl.java
View file @
1d8ef1ea
...
@@ -37,7 +37,6 @@ public class QueryLoanUserDataServiceImpl implements QueryLoanUserDataService {
...
@@ -37,7 +37,6 @@ public class QueryLoanUserDataServiceImpl implements QueryLoanUserDataService {
List
<
LoanUser
>
result
=
new
ArrayList
<>();
List
<
LoanUser
>
result
=
new
ArrayList
<>();
/**
/**
* 0-注册未申请
* 0-注册未申请
*/
*/
...
...
src/main/resources/mapper/QueryBasicLoanStatusDataMapper.xml
View file @
1d8ef1ea
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
<foreach
collection=
"list"
index=
"index"
item=
"item"
open=
"("
separator=
","
close=
")"
>
<foreach
collection=
"list"
index=
"index"
item=
"item"
open=
"("
separator=
","
close=
")"
>
#{item}
#{item}
</foreach>
</foreach>
order by create_at desc
</select>
</select>
<!-- 判断手机号是否在库里 -->
<!-- 判断手机号是否在库里 -->
...
@@ -28,6 +29,7 @@
...
@@ -28,6 +29,7 @@
<foreach
collection=
"list"
index=
"index"
item=
"item"
open=
"("
separator=
","
close=
")"
>
<foreach
collection=
"list"
index=
"index"
item=
"item"
open=
"("
separator=
","
close=
")"
>
#{item}
#{item}
</foreach>
</foreach>
order by created_at desc
</select>
</select>
<!-- 根据不同审核状态返回用户Id列表 -->
<!-- 根据不同审核状态返回用户Id列表 -->
...
...
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