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
ccec9acf
Commit
ccec9acf
authored
Nov 14, 2019
by
hanfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
获取车辆详情接口
parent
0e7bf624
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
BaseOrderController.java
...ava/com/xxfc/platform/order/rest/BaseOrderController.java
+2
-0
BaseOrderMapper.xml
...rder-server/src/main/resources/mapper/BaseOrderMapper.xml
+3
-0
No files found.
xx-order/xx-order-server/src/main/java/com/xxfc/platform/order/rest/BaseOrderController.java
View file @
ccec9acf
...
@@ -358,6 +358,8 @@ public class BaseOrderController extends CommonBaseController implements UserRes
...
@@ -358,6 +358,8 @@ public class BaseOrderController extends CommonBaseController implements UserRes
private
List
<
String
>
vehicleIds
;
private
List
<
String
>
vehicleIds
;
private
String
oneNo
;
//订单用户ID列表
//订单用户ID列表
private
List
<
Integer
>
userIds
;
private
List
<
Integer
>
userIds
;
...
...
xx-order/xx-order-server/src/main/resources/mapper/BaseOrderMapper.xml
View file @
ccec9acf
...
@@ -151,6 +151,9 @@
...
@@ -151,6 +151,9 @@
<if
test=
"no != null and no != '' "
>
<if
test=
"no != null and no != '' "
>
and no like CONCAT ("%", #{no}, "%")
and no like CONCAT ("%", #{no}, "%")
</if>
</if>
<if
test=
"oneNo != null and oneNo != '' "
>
and no =#{oneNo}
</if>
<if
test=
"name != null"
>
<if
test=
"name != null"
>
and b.name like CONCAT ("%", #{name}, "%")
and b.name like CONCAT ("%", #{name}, "%")
</if>
</if>
...
...
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