修改
This commit is contained in:
parent
53a407cc1c
commit
5753c952f4
@ -520,6 +520,7 @@ func OrderListByOrderNo(req *bundle.OrderInfoByOrderNoRequest) (*bundle.OrderInf
|
||||
Type: int32(addOrder[0].Source),
|
||||
UserId: uint64(userID),
|
||||
OrderUUID: addOrder[0].OrderUUID,
|
||||
UserName: addOrder[0].CustomerName,
|
||||
}
|
||||
for _, item := range addOrder {
|
||||
switch item.ServiceType {
|
||||
|
@ -120,6 +120,7 @@ message OrderInfoByOrderNoResp{
|
||||
int32 dataNumber = 7;
|
||||
int32 duration = 8;
|
||||
string unit = 9;
|
||||
string userName = 10;
|
||||
}
|
||||
|
||||
message OrderCreateRecord{
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user