浏览代码

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

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