소스 검색

信息变更检查资质去掉增项

wd 4 년 전
부모
커밋
4e0ddde85e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/dashoo.cn/backend/api/controllers/oilsupplier/supplier.go

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

@@ -3843,6 +3843,8 @@ func (this *OilSupplierController) CheckSupplierFileList() {
 	}
 	if file.CertId != "0" {
 		where3 += " and SupplierCertId = " + file.CertId
+	} else {
+		where3 += " and Type != '2'"
 	}
 	total = certsubService.GetPagingEntitiesWithOrderBytbl("", file.CurrentPage, file.Size, "Id", true, &certSubList1, where3)