瀏覽代碼

数据重刷~准备数据~测试版功能~告一段落

zhengkun 3 年之前
父節點
當前提交
9a07248f01

+ 1 - 1
fieldproject_medical/data_preparation/src/company/company.go

@@ -23,7 +23,7 @@ func dealWithCompanyProductInfo() {
 	defer class.Save_Mgo.DestoryMongoConn(sess)
 	q := map[string]interface{}{}
 	it := sess.DB(class.Save_Mgo.DbName).C(class.S_Company_Coll).Find(&q).Sort("_id").Iter()
-	pool := make(chan bool, 6)
+	pool := make(chan bool, 5)
 	wg := &sync.WaitGroup{}
 	total, isok1, isok2 := 0, 0, 0
 	for tmp := make(map[string]interface{}); it.Next(&tmp); total++ {

+ 1 - 1
fieldproject_medical/data_preparation/src/main.go

@@ -20,7 +20,7 @@ func main() {
 	//hospital.RunMergeHospitalInfo()
 	//暂时需要线上补充~数据
 	//hospital.RunRepairHospitalInfo()
-	//导入信息~医疗六张sql表
+	//导入信息~医疗关联sql表
 	//hospital.ExportHospitalInfoToMysql()
 
 	//产品基本信息