Commit 36ccf075 by Joneq

修改注释

parent 00c363b7
Showing with 2 additions and 2 deletions
...@@ -18,7 +18,7 @@ import ( ...@@ -18,7 +18,7 @@ import (
var ( var (
//获取的公司信息 //获取的公司信息
companyData []map[string]string companyData []map[string]string
//插入分值的通道,限制一千,超过等待
socreRecordChan = make(chan model.Scores) socreRecordChan = make(chan model.Scores)
//分数的数据 //分数的数据
insertScoreMsg model.Scores insertScoreMsg model.Scores
...@@ -28,7 +28,7 @@ var ( ...@@ -28,7 +28,7 @@ var (
companySoreFields map[string]string companySoreFields map[string]string
//公司的历史数据 //公司的历史数据
basicInfo map[string]string basicInfo map[string]string
//公司的逾期数据 //公司的加分数据
companyAddScore []map[string]string companyAddScore []map[string]string
//设置等待 //设置等待
wg sync.WaitGroup 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