Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
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
order-group-application
order-group
Commits
a93189d7
Commit
a93189d7
authored
Jun 22, 2021
by
周晓航
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/20210603-v2.0.33-订单获取预计送达时间ID1030763-周晓航' into qa
parents
0cf04136
0f7b8f6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
order-application-service/src/main/java/cn/freemud/adapter/OrderAdapter.java
+1
-1
order-application-service/src/main/java/cn/freemud/service/impl/OrderServiceImpl.java
+0
-1
No files found.
order-application-service/src/main/java/cn/freemud/adapter/OrderAdapter.java
View file @
a93189d7
...
@@ -1210,7 +1210,7 @@ public class OrderAdapter {
...
@@ -1210,7 +1210,7 @@ public class OrderAdapter {
responseVo
.
setTakeMealTime
(
"我已到店"
);
responseVo
.
setTakeMealTime
(
"我已到店"
);
}
}
if
(
ordersBean
.
getEstimateDeliveryCompleteTime
()
!=
null
)
{
if
(
ordersBean
.
getEstimateDeliveryCompleteTime
()
!=
null
)
{
//responseVo.setReserveDeliveryTime(
);
responseVo
.
setReserveDeliveryTime
(
DateUtil
.
convert2String
(
new
Date
(
ordersBean
.
getEstimateDeliveryCompleteTime
()),
DateUtil
.
FORMAT_YYYY_MM_DD_HHMMSS
)
);
}
else
{
}
else
{
// 更新该字段 用于 预计送达时间
// 更新该字段 用于 预计送达时间
if
(
orderExtInfoDto
!=
null
&&
StringUtils
.
isNotBlank
(
orderExtInfoDto
.
getDeliveryHoursDayStart
())
if
(
orderExtInfoDto
!=
null
&&
StringUtils
.
isNotBlank
(
orderExtInfoDto
.
getDeliveryHoursDayStart
())
...
...
order-application-service/src/main/java/cn/freemud/service/impl/OrderServiceImpl.java
View file @
a93189d7
...
@@ -1073,7 +1073,6 @@ public class OrderServiceImpl implements Orderservice {
...
@@ -1073,7 +1073,6 @@ public class OrderServiceImpl implements Orderservice {
});
});
}
}
LogUtil
.
info
(
" fisherman queryOrders _>"
,
orders
,
null
);
List
<
QueryOrderResponseVo
>
queryOrderResponseVos
=
orderAdapter
.
convent2QueryOrderResponseVos
(
orders
,
userLoginInfoDto
.
getWxAppId
(),
userLoginInfoDto
.
getIappId
());
List
<
QueryOrderResponseVo
>
queryOrderResponseVos
=
orderAdapter
.
convent2QueryOrderResponseVos
(
orders
,
userLoginInfoDto
.
getWxAppId
(),
userLoginInfoDto
.
getIappId
());
if
(
QueryOrderStatus
.
TAKE_MEAL
.
getCode
().
intValue
()
==
queryOrderVo
.
getQueryOrderStatus
())
{
if
(
QueryOrderStatus
.
TAKE_MEAL
.
getCode
().
intValue
()
==
queryOrderVo
.
getQueryOrderStatus
())
{
...
...
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