|
|
@@ -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))
|