|
|
@@ -40,7 +40,6 @@ func (this *OilSupplierCertAppendController) GetList() {
|
|
|
WorkRange := this.GetString("WorkRange")
|
|
|
DenyReason := this.GetString("DenyReason")
|
|
|
AuditDate := this.GetString("AuditDate")
|
|
|
- Status := this.GetString("Status")
|
|
|
Remark := this.GetString("Remark")
|
|
|
CreateOn := this.GetString("CreateOn")
|
|
|
|
|
|
@@ -68,10 +67,6 @@ func (this *OilSupplierCertAppendController) GetList() {
|
|
|
where = where + " and AuditDate like '%" + AuditDate + "%'"
|
|
|
}
|
|
|
|
|
|
- if Status != "" {
|
|
|
- where = where + " and Status like '%" + Status + "%'"
|
|
|
- }
|
|
|
-
|
|
|
if Remark != "" {
|
|
|
where = where + " and Remark like '%" + Remark + "%'"
|
|
|
}
|