Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
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
lanbaoming
jiedao-api-boot-master
Commits
0bce2816
Commit
0bce2816
authored
Sep 08, 2024
by
chenjiuping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按前端查询条件改
parent
131e173b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
28 deletions
+28
-28
OrderExceptionServiceImpl.java
...der/service/orderException/OrderExceptionServiceImpl.java
+24
-24
OrderExceptionQueryVO.java
...module/order/vo/orderException/OrderExceptionQueryVO.java
+4
-4
No files found.
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/service/orderException/OrderExceptionServiceImpl.java
View file @
0bce2816
...
...
@@ -415,19 +415,19 @@ public class OrderExceptionServiceImpl extends AbstractService<OrderExceptionMap
queryWrapper
.
eqIfPresent
(
"o.is_external_warehouse"
,
reqVo
.
getIsExternalWarehouse
());
queryWrapper
.
eqIfPresent
(
"o.is_cargo_control"
,
reqVo
.
getIsCargoControl
());
queryWrapper
.
eqIfPresent
(
"o.transport_id"
,
reqVo
.
getTransportId
());
if
(
null
!=
reqVo
.
get
OriginId
()
&&
reqVo
.
getOriginId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.start_warehouse_id"
,
reqVo
.
get
OriginId
());
if
(
null
!=
reqVo
.
get
StartWarehouseIds
()
&&
reqVo
.
getStartWarehouseIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.start_warehouse_id"
,
reqVo
.
get
StartWarehouseIds
());
}
if
(
null
!=
reqVo
.
getDest
inationId
()
&&
reqVo
.
getDestinationId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.dest_warehouse_id"
,
reqVo
.
getDest
inationId
());
if
(
null
!=
reqVo
.
getDest
WarehouseIds
()
&&
reqVo
.
getDestWarehouseIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.dest_warehouse_id"
,
reqVo
.
getDest
WarehouseIds
());
}
if
(
null
!=
reqVo
.
get
DestCityId
()
&&
reqVo
.
getDestCityId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_id"
,
reqVo
.
get
DestCityId
());
if
(
null
!=
reqVo
.
get
ObjectiveIds
()
&&
reqVo
.
getObjectiveIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_id"
,
reqVo
.
get
ObjectiveIds
());
}
if
(
null
!=
reqVo
.
getDestCountryId
()
&&
reqVo
.
getDestCountryId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_country_id"
,
reqVo
.
getDestCountryId
());
if
(
null
!=
reqVo
.
getDestCountryId
s
()
&&
reqVo
.
getDestCountryIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_country_id"
,
reqVo
.
getDestCountryId
s
());
}
if
(
null
!=
reqVo
.
getOrderExceptionType
()
&&
reqVo
.
getOrderExceptionType
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"e.order_exception_type"
,
reqVo
.
getOrderExceptionType
());
...
...
@@ -2514,18 +2514,18 @@ public class OrderExceptionServiceImpl extends AbstractService<OrderExceptionMap
queryWrapper
.
eqIfPresent
(
"a.is_cargo_control"
,
reqVo
.
getIsCargoControl
());
queryWrapper
.
eqIfPresent
(
"a.transport_id"
,
reqVo
.
getTransportId
());
if
(
null
!=
reqVo
.
get
OriginId
()
&&
reqVo
.
getOriginId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.start_warehouse_id"
,
reqVo
.
get
OriginId
());
if
(
null
!=
reqVo
.
get
StartWarehouseIds
()
&&
reqVo
.
getStartWarehouseIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.start_warehouse_id"
,
reqVo
.
get
StartWarehouseIds
());
}
if
(
null
!=
reqVo
.
getDest
inationId
()
&&
reqVo
.
getDestinationId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.dest_warehouse_id"
,
reqVo
.
getDest
inationId
());
if
(
null
!=
reqVo
.
getDest
WarehouseIds
()
&&
reqVo
.
getDestWarehouseIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.dest_warehouse_id"
,
reqVo
.
getDest
WarehouseIds
());
}
if
(
null
!=
reqVo
.
get
DestCityId
()
&&
reqVo
.
getDestCityId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_id"
,
reqVo
.
get
DestCityId
());
if
(
null
!=
reqVo
.
get
ObjectiveIds
()
&&
reqVo
.
getObjectiveIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_id"
,
reqVo
.
get
ObjectiveIds
());
}
if
(
null
!=
reqVo
.
getDestCountryId
()
&&
reqVo
.
getDestCountryId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_country_id"
,
reqVo
.
getDestCountryId
());
if
(
null
!=
reqVo
.
getDestCountryId
s
()
&&
reqVo
.
getDestCountryIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_country_id"
,
reqVo
.
getDestCountryId
s
());
}
queryWrapper
.
eqIfPresent
(
"s.order_exception_status"
,
reqVo
.
getOrderExceptionStatus
());
...
...
@@ -2642,17 +2642,17 @@ public class OrderExceptionServiceImpl extends AbstractService<OrderExceptionMap
queryWrapper
.
eqIfPresent
(
"a.is_external_warehouse"
,
reqVo
.
getIsExternalWarehouse
());
queryWrapper
.
eqIfPresent
(
"a.is_cargo_control"
,
reqVo
.
getIsCargoControl
());
queryWrapper
.
eqIfPresent
(
"a.transport_id"
,
reqVo
.
getTransportId
());
if
(
null
!=
reqVo
.
get
OriginId
()
&&
reqVo
.
getOriginId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.start_warehouse_id"
,
reqVo
.
get
OriginId
());
if
(
null
!=
reqVo
.
get
StartWarehouseIds
()
&&
reqVo
.
getStartWarehouseIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.start_warehouse_id"
,
reqVo
.
get
StartWarehouseIds
());
}
if
(
null
!=
reqVo
.
getDest
inationId
()
&&
reqVo
.
getDestinationId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.dest_warehouse_id"
,
reqVo
.
getDest
inationId
());
if
(
null
!=
reqVo
.
getDest
WarehouseIds
()
&&
reqVo
.
getDestWarehouseIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"wl.dest_warehouse_id"
,
reqVo
.
getDest
WarehouseIds
());
}
if
(
null
!=
reqVo
.
get
DestCityId
()
&&
reqVo
.
getDestCityId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_id"
,
reqVo
.
get
DestCityId
());
if
(
null
!=
reqVo
.
get
ObjectiveIds
()
&&
reqVo
.
getObjectiveIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_id"
,
reqVo
.
get
ObjectiveIds
());
}
if
(
null
!=
reqVo
.
getDestCountryId
()
&&
reqVo
.
getDestCountryId
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_country_id"
,
reqVo
.
getDestCountryId
());
if
(
null
!=
reqVo
.
getDestCountryId
s
()
&&
reqVo
.
getDestCountryIds
().
size
()
>
0
)
{
queryWrapper
.
inIfPresent
(
"eo.objective_country_id"
,
reqVo
.
getDestCountryId
s
());
}
queryWrapper
.
eqIfPresent
(
"s.order_exception_status"
,
reqVo
.
getOrderExceptionStatus
());
...
...
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/vo/orderException/OrderExceptionQueryVO.java
View file @
0bce2816
...
...
@@ -19,10 +19,10 @@ public class OrderExceptionQueryVO {
private
Integer
transportId
;
@ApiModelProperty
(
value
=
"始发仓"
)
private
List
<
String
>
originId
;
private
List
<
String
>
startWarehouseIds
;
@ApiModelProperty
(
value
=
"目的仓"
)
private
List
<
String
>
dest
inationId
;
private
List
<
String
>
dest
WarehouseIds
;
@ApiModelProperty
(
value
=
"订单id"
)
private
Long
orderId
;
...
...
@@ -108,8 +108,8 @@ public class OrderExceptionQueryVO {
private
List
<
Long
>
customerServiceIdList
;
@ApiModelProperty
(
value
=
"目的国"
)
private
List
<
Long
>
destCountryId
;
private
List
<
Long
>
destCountryId
s
;
@ApiModelProperty
(
value
=
"目的城市"
)
private
List
<
Long
>
destCityId
;
private
List
<
Long
>
objectiveIds
;
}
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