Commit 36ccf075 by Joneq

修改注释

parent 00c363b7
Showing with 2 additions and 2 deletions
......@@ -18,7 +18,7 @@ import (
var (
//获取的公司信息
companyData []map[string]string
//插入分值的通道,限制一千,超过等待
socreRecordChan = make(chan model.Scores)
//分数的数据
insertScoreMsg model.Scores
......@@ -28,7 +28,7 @@ var (
companySoreFields map[string]string
//公司的历史数据
basicInfo map[string]string
//公司的逾期数据
//公司的加分数据
companyAddScore []map[string]string
//设置等待
wg sync.WaitGroup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment