@@ -592,7 +592,7 @@ func (this *AnnualAuditController) AddEntity() {
this.ServeJSON()
return
}
- supWhere := "a.Id = " + utils.ToStr(model.SupplierId) + " and b.SupplierTypeCode = '" + model.SupplierTypeName + "' and (b.Status = '8' or b.Status = '11' "
+ supWhere := "a.Id = " + utils.ToStr(model.SupplierId) + " and b.SupplierTypeCode = '" + model.SupplierTypeName + "' and (b.Status = '8' or b.Status = '11')"
supSvc := supplier.GetOilSupplierService(utils.DBE)
var list []supplier.OilSupplierView
total := supSvc.GetMyPagingEntitiesWithOrderBytbl(OilSupplierName, OilSupplierCertName, 1, 1, "a.Id", true, &list, supWhere)