3
2
huahaiyan преди 6 години
родител
ревизия
f5d477ab8a
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/dashoo.cn/backend/api/controllers/lims/limscheckequipmentlist.go

+ 3 - 3
src/dashoo.cn/backend/api/controllers/lims/limscheckequipmentlist.go

@@ -47,7 +47,7 @@ func (this *LimsCheckEquipmentListController) GetEntityList() {
 	Spec := this.GetString("Spec")
 	Spec := this.GetString("Spec")
 	SpecId := this.GetString("SpecId")
 	SpecId := this.GetString("SpecId")
 	Manufacturer := this.GetString("Manufacturer")
 	Manufacturer := this.GetString("Manufacturer")
-	Status := this.GetString("Status")
+	status := this.GetString("Status")
 
 
 	if Id != "" {
 	if Id != "" {
 		where = where + " and Id like '%" + Id + "%'"
 		where = where + " and Id like '%" + Id + "%'"
@@ -93,8 +93,8 @@ func (this *LimsCheckEquipmentListController) GetEntityList() {
 		where = where + " and Manufacturer like '%" + Manufacturer + "%'"
 		where = where + " and Manufacturer like '%" + Manufacturer + "%'"
 	}
 	}
 
 
-	if Status != "" {
-		where = where + " and Status like '%" + Status + "%'"
+	if status != "" {
+		where = where + " and Status like '%" + status + "%'"
 	}
 	}
 
 
 	/** if CreateOn != "" {
 	/** if CreateOn != "" {