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
jenkins
order-group
Commits
38cdb566
Commit
38cdb566
authored
Feb 14, 2020
by
shuhu.hou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信订单上传,新增订单创建时间
parent
b14347d1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
call-back-service/src/main/java/cn/freemud/amp/service/OrderCallBackMQService.java
+1
-0
call-back-service/src/main/java/cn/freemud/entities/dto/WechatReportOrderDto.java
+4
-0
No files found.
call-back-service/src/main/java/cn/freemud/amp/service/OrderCallBackMQService.java
View file @
38cdb566
...
@@ -160,6 +160,7 @@ public class OrderCallBackMQService {
...
@@ -160,6 +160,7 @@ public class OrderCallBackMQService {
wechatReportOrderDto
.
setPartnerId
(
orderInfoReqs
.
getPartnerId
());
wechatReportOrderDto
.
setPartnerId
(
orderInfoReqs
.
getPartnerId
());
wechatReportOrderDto
.
setShopId
(
orderInfoReqs
.
getStoreId
());
wechatReportOrderDto
.
setShopId
(
orderInfoReqs
.
getStoreId
());
wechatReportOrderDto
.
setSubMchId
(
orderExtInfoDto
.
getPlatformMchId
());
wechatReportOrderDto
.
setSubMchId
(
orderExtInfoDto
.
getPlatformMchId
());
wechatReportOrderDto
.
setGmtCreate
(
Long
.
parseLong
(
orderInfoReqs
.
getCreateTime
()));
if
(
StringUtils
.
isBlank
(
orderExtInfoDto
.
getPlatformMchId
()))
{
if
(
StringUtils
.
isBlank
(
orderExtInfoDto
.
getPlatformMchId
()))
{
// 获取当前商户微信支付mchId
// 获取当前商户微信支付mchId
AssortmentOpenPlatformWxapp
wxApp
=
openPlatformWxappManager
.
findByPartnerIdAndWxappId
(
userLoginInfoDto
.
getPartnerId
(),
userLoginInfoDto
.
getWxAppid
());
AssortmentOpenPlatformWxapp
wxApp
=
openPlatformWxappManager
.
findByPartnerIdAndWxappId
(
userLoginInfoDto
.
getPartnerId
(),
userLoginInfoDto
.
getWxAppid
());
...
...
call-back-service/src/main/java/cn/freemud/entities/dto/WechatReportOrderDto.java
View file @
38cdb566
...
@@ -90,6 +90,10 @@ public class WechatReportOrderDto {
...
@@ -90,6 +90,10 @@ public class WechatReportOrderDto {
* 消费人数
* 消费人数
*/
*/
private
int
peopleCount
;
private
int
peopleCount
;
/**
* 创建时间 时间戳
*/
private
Long
gmtCreate
;
@Data
@Data
public
static
class
DishInfo
{
public
static
class
DishInfo
{
...
...
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