瀏覽代碼

Merge branch 'dev_v1.5.4_wh' of jianyu/datatools into feature/v1.5.4

王浩 1 年之前
父節點
當前提交
0228eab7c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      clueSync/everything.go

+ 1 - 1
clueSync/everything.go

@@ -687,7 +687,7 @@ func marketCustomer() {
 			row.AddCell().SetString(common.ObjToString(v["phone"]))
 			row.AddCell().SetString(common.ObjToString(v["company"]))
 			row.AddCell().SetString(common.ObjToString(v["job"]))
-			row.AddCell().SetString(common.ObjToString(v["department"]))
+			row.AddCell().SetString(common.ObjToString(v["branch"]))
 			row.AddCell().SetString(common.ObjToString(v["source"]))
 			row.AddCell().SetString(gconv.Time(gconv.Int64(v["createtime"])).Format(date.Date_Full_Layout))
 			//增加客户需求