|
|
@@ -277,10 +277,10 @@ func (this *SelectController) GetProcessAuditList() {
|
|
|
supplierTypeCode := this.GetString("SupplierTypeCode")
|
|
|
supplierName := this.GetString("SupplierName")
|
|
|
|
|
|
- if (supplierTypeCode != "") {
|
|
|
+ if supplierTypeCode != "" {
|
|
|
where = where + " and SupplierTypeCode like '%" + supplierTypeCode + "%'"
|
|
|
}
|
|
|
- if (supplierName != "") {
|
|
|
+ if supplierName != "" {
|
|
|
where = where + " and SupplierName like '%" + supplierName + "%'"
|
|
|
}
|
|
|
|
|
|
@@ -319,4 +319,4 @@ func (this *SelectController) GetProcessAuditList() {
|
|
|
this.Data["json"] = &datainfo
|
|
|
this.ServeJSON()
|
|
|
|
|
|
-}
|
|
|
+}
|