소스 검색

后:待办信息变更的资质全拉出来

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

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

@@ -274,7 +274,7 @@ func (this *QualChangeController) AuditFileList() {
 	if SupplierTypeCode != "" {
 		where = where + " and a.SupplierTypeCode in ( '000', '" + SupplierTypeCode + "')"
 	}
-	where = where + " and (b.FileUrl != '' OR a.IsDelete = 1)"
+	//where = where + " and (b.FileUrl != '' OR a.IsDelete = 1)"
 	total := svc.GetQualPagingEntities(OilSupplierFileName, OilQualChangeDetailName, page.CurrentPage, page.Size, orderby, asc, &list, where, MInfoId)
 	var datainfo DataInfo
 	datainfo.Items = list