Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
38c47fc1
Commit
38c47fc1
authored
May 10, 2023
by
王祖波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
营销活动订单
parent
ba494dcd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
7 deletions
+1
-7
GicOrderController.java
...aoban/manage/web/controller/order/GicOrderController.java
+1
-7
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/order/GicOrderController.java
View file @
38c47fc1
...
@@ -118,8 +118,6 @@ public class GicOrderController {
...
@@ -118,8 +118,6 @@ public class GicOrderController {
ListOrderManageQDTO
qdto
=
new
ListOrderManageQDTO
();
ListOrderManageQDTO
qdto
=
new
ListOrderManageQDTO
();
qdto
.
setEnterpriseId
(
enterpriseId
);
qdto
.
setEnterpriseId
(
enterpriseId
);
qdto
.
setOrderStep
(
strStatus
);
qdto
.
setOrderStep
(
strStatus
);
// 微商城
qdto
.
setBusinessType
(
OrderEnum
.
BusinessTypeEnum
.
MICRO_MALL
.
getType
());
// 配送方式 -1:所有 2:门店自提 1:快递发货
// 配送方式 -1:所有 2:门店自提 1:快递发货
qdto
.
setDeliveryChannel
(
1
);
qdto
.
setDeliveryChannel
(
1
);
// 库存 - 门店库存2
// 库存 - 门店库存2
...
@@ -143,7 +141,6 @@ public class GicOrderController {
...
@@ -143,7 +141,6 @@ public class GicOrderController {
}
}
CountOrderStatusQDTO
qdto
=
new
CountOrderStatusQDTO
();
CountOrderStatusQDTO
qdto
=
new
CountOrderStatusQDTO
();
qdto
.
setEnterpriseId
(
enterpriseId
);
qdto
.
setEnterpriseId
(
enterpriseId
);
qdto
.
setBusinessType
(
OrderEnum
.
BusinessTypeEnum
.
MICRO_MALL
.
getType
());
// 配送方式 -1:所有 2:门店自提 1:快递发货
// 配送方式 -1:所有 2:门店自提 1:快递发货
qdto
.
setDeliveryChannel
(
1
);
qdto
.
setDeliveryChannel
(
1
);
// 库存 - 门店库存2
// 库存 - 门店库存2
...
@@ -187,7 +184,6 @@ public class GicOrderController {
...
@@ -187,7 +184,6 @@ public class GicOrderController {
qdto
.
setOrderStep
(
"4"
);
qdto
.
setOrderStep
(
"4"
);
qdto
.
setDeliveryOptType
(
1
);
qdto
.
setDeliveryOptType
(
1
);
}
}
qdto
.
setBusinessType
(
OrderEnum
.
BusinessTypeEnum
.
MICRO_MALL
.
getType
());
qdto
.
setSearchOrderParam
(
search
);
qdto
.
setSearchOrderParam
(
search
);
return
this
.
orderListSelect
(
qdto
,
pageInfo
,
false
);
return
this
.
orderListSelect
(
qdto
,
pageInfo
,
false
);
}
}
...
@@ -301,7 +297,7 @@ public class GicOrderController {
...
@@ -301,7 +297,7 @@ public class GicOrderController {
stockQDTO
.
setGoodsId
(
vo
.
getMallProId
());
stockQDTO
.
setGoodsId
(
vo
.
getMallProId
());
stockQDTO
.
setSkuId
(
vo
.
getMallProSkuId
());
stockQDTO
.
setSkuId
(
vo
.
getMallProSkuId
());
stockQDTO
.
setStoreId
(
storeId
);
stockQDTO
.
setStoreId
(
storeId
);
stockQDTO
.
setChannelType
(
ProductStockChannelType
.
MALL
.
getCod
e
());
stockQDTO
.
setChannelType
(
resp
.
getResult
().
getOrderInfo
().
getBusinessTyp
e
());
ServiceResponse
<
Integer
>
stockResp
=
this
.
productStockApiService
.
queryGoodsStock
(
stockQDTO
);
ServiceResponse
<
Integer
>
stockResp
=
this
.
productStockApiService
.
queryGoodsStock
(
stockQDTO
);
logger
.
info
(
"门店库存查询orderId={},qdto={},result={}"
,
orderId
,
JSON
.
toJSONString
(
stockQDTO
),
logger
.
info
(
"门店库存查询orderId={},qdto={},result={}"
,
orderId
,
JSON
.
toJSONString
(
stockQDTO
),
JSON
.
toJSONString
(
stockResp
));
JSON
.
toJSONString
(
stockResp
));
...
@@ -387,7 +383,6 @@ public class GicOrderController {
...
@@ -387,7 +383,6 @@ public class GicOrderController {
qdto
.
setMemberId
(
memberId
);
qdto
.
setMemberId
(
memberId
);
qdto
.
setStartDate
(
startDate
);
qdto
.
setStartDate
(
startDate
);
qdto
.
setEndDate
(
endDate
);
qdto
.
setEndDate
(
endDate
);
qdto
.
setBusinessType
(
OrderEnum
.
BusinessTypeEnum
.
MICRO_MALL
.
getType
());
if
(
StringUtils
.
isNotEmpty
(
search
))
{
if
(
StringUtils
.
isNotEmpty
(
search
))
{
qdto
.
setSearchOrderType
(
SearchOrderTypeEnum
.
ORDER_NUMBER
.
getType
());
qdto
.
setSearchOrderType
(
SearchOrderTypeEnum
.
ORDER_NUMBER
.
getType
());
qdto
.
setSearchOrderParam
(
search
);
qdto
.
setSearchOrderParam
(
search
);
...
@@ -539,7 +534,6 @@ public class GicOrderController {
...
@@ -539,7 +534,6 @@ public class GicOrderController {
qdto
.
setDeliveryOptType
(
1
);
qdto
.
setDeliveryOptType
(
1
);
}
}
qdto
.
setOrderStep
(
""
+
step
);
qdto
.
setOrderStep
(
""
+
step
);
qdto
.
setBusinessType
(
OrderEnum
.
BusinessTypeEnum
.
MICRO_MALL
.
getType
());
qdto
.
setPageNum
(
1
);
qdto
.
setPageNum
(
1
);
qdto
.
setPageSize
(
1
);
qdto
.
setPageSize
(
1
);
ServiceResponse
<
Page
<
ListOrderDTO
>>
ret
=
webOrderManageApiService
.
listOrder
(
qdto
);
ServiceResponse
<
Page
<
ListOrderDTO
>>
ret
=
webOrderManageApiService
.
listOrder
(
qdto
);
...
...
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