Эх сурвалжийг харах

Merge branch 'feature/eta2.2.1_usda_fas' into debug

xyxie 6 сар өмнө
parent
commit
477ba6dc62

+ 2 - 2
controllers/data_manage/usda_fas_data.go

@@ -511,7 +511,7 @@ func (this *BaseFromUsdaFasController) UsdaFasBatchSearch() {
 	}*/
 	condition += ` AND index_code not in (SELECT edb_code FROM edb_info WHERE source=?) `
 	pars = append(pars, utils.DATA_SOURCE_USDA_FAS)
-	
+
 	list, err := data_manage.GetUsdaFasIndexPage(condition, pars, startSize, pageSize)
 	if err != nil {
 		br.Msg = "获取失败"
@@ -1383,7 +1383,7 @@ func (c *BaseFromUsdaFasController) BatchAddEdbCheck() {
 		return
 	}
 	if len(list) >= codeMaxT {
-		br.Msg = "最多只能添加" + strconv.Itoa(codeMaxT) + "条数据"
+		br.Msg = "最多只能添加30条数据"
 		return
 	}