Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform
Commits
607bb70c
Commit
607bb70c
authored
Sep 24, 2019
by
libin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
佣金明细
parent
c9f16ff3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AppUserSellingWaterMapper.xml
...n/src/main/resources/mapper/AppUserSellingWaterMapper.xml
+2
-2
No files found.
ace-modules/ace-admin/src/main/resources/mapper/AppUserSellingWaterMapper.xml
View file @
607bb70c
...
@@ -44,11 +44,11 @@ FROM
...
@@ -44,11 +44,11 @@ FROM
IFNULL(auswt.status,0) AS `isShow`
IFNULL(auswt.status,0) AS `isShow`
FROM
FROM
( SELECT * FROM `app_user_selling_water` WHERE STATUS = 0 AND `user_id`=#{userId}
<if
test=
"wating!=null"
>
( SELECT * FROM `app_user_selling_water` WHERE STATUS = 0 AND `user_id`=#{userId}
<if
test=
"wating!=null"
>
AND `waiting`=#{wating}
AND `waiting`=#{wating}
<!--AND `status`=0-->
</if>
) AS `ausw`
</if>
) AS `ausw`
LEFT JOIN ( SELECT * FROM `app_user_selling_water` WHERE STATUS = 1 AND `user_id`=#{userId}
<if
LEFT JOIN ( SELECT * FROM `app_user_selling_water` WHERE STATUS = 1 AND `user_id`=#{userId}
<if
test=
"wating!=null"
>
test=
"wating!=null"
>
AND `waiting`=#{wating}
AND `waiting`=#{wating}
<!--AND `status`=0-->
</if>
) AS `auswt` ON auswt.order_no = ausw.order_no
</if>
) AS `auswt` ON auswt.order_no = ausw.order_no
) AS `auswres`
) AS `auswres`
ORDER BY crt_time DESC
ORDER BY crt_time DESC
...
...
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