Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-java
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PeiZhen-Java
peizhen-java
Commits
97795c10
Commit
97795c10
authored
Sep 19, 2023
by
Wangmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
5a7ca7e3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
pz-system/src/main/java/com/pz/system/service/impl/TotalOrderServiceImpl.java
+0
-0
pz-system/src/main/resources/mapper/merchant/EmployeesMapper.xml
+7
-8
No files found.
pz-system/src/main/java/com/pz/system/service/impl/TotalOrderServiceImpl.java
View file @
97795c10
This diff is collapsed.
Click to expand it.
pz-system/src/main/resources/mapper/merchant/EmployeesMapper.xml
View file @
97795c10
...
@@ -83,20 +83,19 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -83,20 +83,19 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
e.id,
e.id,
e.`name`
e.`name`
<!--<if test="bo.favorableRate = 0">
<!--<if test="bo.favorableRate = 0">
HAVING
HAVING satisfaction_rate >= #{bo.favorableRate};
satisfaction_rate >= #{bo.favorableRate};
</if>-->
</if>-->
<if
test=
"bo.favorableRate == 1"
>
HAVING
satisfaction_rate
>
= 90 and satisfaction_rate
<
= 100
</if>
<if
test=
"bo.favorableRate == 2"
>
<if
test=
"bo.favorableRate == 2"
>
HAVING
HAVING
satisfaction_rate
>
= 80 and satisfaction_rate
<
= 9
0
satisfaction_rate
between 90 and 10
0
</if>
</if>
<if
test=
"bo.favorableRate == 3"
>
<if
test=
"bo.favorableRate == 3"
>
HAVING
HAVING
satisfaction_rate
<
= 80
satisfaction_rate between 80 and 90
</if>
<if
test=
"bo.favorableRate == 4"
>
HAVING
<![CDATA[ satisfaction_rate <= 80 ]]>
</if>
</if>
ORDER BY satisfaction_rate desc
ORDER BY satisfaction_rate desc
</select>
</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