1
This commit is contained in:
@@ -109,7 +109,7 @@ func ManagerOrderPrint(order *model.GoodsOrder, storeTel string, storeDetail *da
|
||||
printOrder[SkuList] = string(skuListByte)
|
||||
printOrder[AllSkuTypeCount] = utils.Int2Str(order.SkuCount)
|
||||
printOrder[AllSkuCount] = utils.Int2Str(order.GoodsCount)
|
||||
printOrder[UserPayMoney] = utils.Int64ToStr(order.ActualPayPrice)
|
||||
printOrder[UserPayMoney] = jxutils.IntPrice2StandardCurrencyString(order.ActualPayPrice)
|
||||
printOrder[StoreName] = order.StoreName
|
||||
printOrder[StoreTel] = storeTel
|
||||
printOrder[OfficialName] = globals.StoreName
|
||||
|
||||
Reference in New Issue
Block a user