Explorar o código

后:检查资质bug

wd %!s(int64=4) %!d(string=hai) anos
pai
achega
9d6e8c5602

+ 1 - 0
src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

@@ -3701,6 +3701,7 @@ func (this *OilSupplierController) CheckSupplierFileList() {
 		certsubService.GetEntitysByWhere(OilSupplierCertSubName, "SupplierCertId = "+strconv.Itoa(cert.Id)+whereInfo, &certSubList)
 		idString := ""
 		idString1 := ""
+		log.Println("共查询到准入范围条数:", len(certSubList))
 		for i := 0; i < len(certSubList); i = i + 1000 {
 			var ids suppliercertsub.Ids
 			certsubService.GetIds(strconv.Itoa(cert.Id), cert.SupplierTypeCode, &ids, 3, strconv.Itoa(i))