Browse Source

更新

master
huangjiajun 10 months ago
parent
commit
2faccd6332
3 changed files with 4 additions and 0 deletions
  1. +1
    -0
      app/hdl/zhimeng_platform/hdl_guide_order_list.go
  2. +2
    -0
      app/svc/platform/svc_guide_order_list.go
  3. +1
    -0
      app/task/svc/svc_tik_tok_local_life_order_settle.go

+ 1
- 0
app/hdl/zhimeng_platform/hdl_guide_order_list.go View File

@@ -16,6 +16,7 @@ func GuideOrderList(c *gin.Context) {
platformMap := map[string]string{
"tikTok_life": "抖音本地生活",
"csjp": "穿山甲抖音",
"csjp_live": "穿山甲抖音直播商品",
}

data, total := platform.GuideOrderList(c, args)


+ 2
- 0
app/svc/platform/svc_guide_order_list.go View File

@@ -15,6 +15,7 @@ func GuideOrderList(c *gin.Context, args map[string]string) ([]map[string]string
platformMap := map[string]string{
"tikTok_life": "抖音本地生活",
"csjp": "穿山甲抖音",
"csjp_live": "穿山甲抖音直播商品",
}
if len(list) > 0 {
for _, v := range list {
@@ -73,6 +74,7 @@ func GuideOrderOutput(c *gin.Context, args map[string]string) (string, map[strin
platformMap := map[string]string{
"tikTok_life": "抖音本地生活",
"csjp": "穿山甲抖音",
"csjp_live": "穿山甲抖音直播商品",
}

list, _ := db.GetGuideOrderListTotal(args)


+ 1
- 0
app/task/svc/svc_tik_tok_local_life_order_settle.go View File

@@ -33,6 +33,7 @@ func TikTokLocalLifeOrderSettle() {
platformMap := map[string]string{
"tikTok_life": "抖音本地生活",
"csjp": "穿山甲抖音",
"csjp_live": "穿山甲抖音直播商品",
}
for _, v := range order {
fmt.Println("=================00")


Loading…
Cancel
Save