1
This commit is contained in:
@@ -48,8 +48,8 @@ type SkuListPrintOrder struct {
|
||||
}
|
||||
|
||||
// ManagerOrderAndStore 京西云参数组装
|
||||
func ManagerOrderAndStore(order *model.GoodsOrder, storeTel string, storeDetail *dao.StoreDetail) map[string]interface{} {
|
||||
printOrder := make(map[string]interface{}, 0)
|
||||
func ManagerOrderAndStore(order *model.GoodsOrder, storeTel string, storeDetail *dao.StoreDetail) map[string]string {
|
||||
printOrder := make(map[string]string, 0)
|
||||
skuList := make([]*SkuListPrintOrder, 0, 0)
|
||||
// 获取品牌名称
|
||||
if storeDetail != nil && storeDetail.BrandIsPrint == model.NO {
|
||||
|
||||
Reference in New Issue
Block a user