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
e20c21c7
Commit
e20c21c7
authored
Sep 14, 2020
by
hezhen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master-vehicle-price' into dev-tiande
parents
9e491eca
2e7d8a72
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CompanyWaterCathMapper.xml
...rver/src/main/resources/mapper/CompanyWaterCathMapper.xml
+1
-1
CompanyWaterDetailMapper.xml
...er/src/main/resources/mapper/CompanyWaterDetailMapper.xml
+1
-1
No files found.
xx-order/xx-order-server/src/main/resources/mapper/CompanyWaterCathMapper.xml
View file @
e20c21c7
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</choose>
</choose>
</if>
</if>
<if
test=
"startTime != null and startTime > 0"
>
<if
test=
"startTime != null and startTime > 0"
>
and wc.crt_time >
= #{startTime}
and wc.crt_time >= #{startTime}
</if>
</if>
<if
test=
"endTime != null and endTime > 0"
>
<if
test=
"endTime != null and endTime > 0"
>
and wc.crt_time
<
= #{endTime}
and wc.crt_time
<
= #{endTime}
...
...
xx-order/xx-order-server/src/main/resources/mapper/CompanyWaterDetailMapper.xml
View file @
e20c21c7
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
and d.branch_id=#{branchId}
and d.branch_id=#{branchId}
</if>
</if>
<if
test=
"startTime != null and startTime > 0"
>
<if
test=
"startTime != null and startTime > 0"
>
and d.crt_time >
= #{startTime}
and d.crt_time >= #{startTime}
</if>
</if>
<if
test=
"endTime != null and endTime > 0"
>
<if
test=
"endTime != null and endTime > 0"
>
and d.crt_time
<
= #{endTime}
and d.crt_time
<
= #{endTime}
...
...
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