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