浏览代码

1.修改GATIT Category Filter查询参数不正确。

Pen Li 8 年之前
父节点
当前提交
b8ac7eaec8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      RedAnt ERP Mobile/common/Functions/category/CategorySearchFilterViewController.m

+ 2 - 2
RedAnt ERP Mobile/common/Functions/category/CategorySearchFilterViewController.m

@@ -515,7 +515,7 @@
         qty = nil;
     
 
-#ifndef  BUILD_HOMER
+#if !defined(BUILD_HOMER) && !defined(BUILD_GATIT)
     NSString* price = [self.buttonPrice titleForState:UIControlStateNormal];
     if(price.length==0 || [price isEqualToString:@"Click to select"])
         price = nil;
@@ -543,7 +543,7 @@
     }
 #endif
     
-#ifndef  BUILD_HOMER
+#if !defined(BUILD_HOMER) && !defined(BUILD_GATIT)
     NSString* available = [self.buttonAvailability titleForState:UIControlStateNormal];
     if(available.length==0 || [available isEqualToString:@"Click to select"])
         available = nil;