|
|
@@ -2754,8 +2754,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
- int result= [iSalesDB AddExFunction:db];
|
|
|
+
|
|
|
+ // int result= [iSalesDB AddExFunction:db];
|
|
|
|
|
|
int count =0;
|
|
|
|
|
|
@@ -3550,7 +3550,7 @@
|
|
|
|
|
|
|
|
|
sqlite3 *db = [iSalesDB get_db];
|
|
|
- [iSalesDB AddExFunction:db];
|
|
|
+ // [iSalesDB AddExFunction:db];
|
|
|
|
|
|
int count;
|
|
|
NSString *where = [NSString stringWithFormat:@"category like'%%#%@#%%'",category];
|
|
|
@@ -3794,7 +3794,7 @@
|
|
|
|
|
|
|
|
|
sqlite3 *db = [iSalesDB get_db];
|
|
|
- [iSalesDB AddExFunction:db];
|
|
|
+ // [iSalesDB AddExFunction:db];
|
|
|
|
|
|
#warning count 在filter情况下不能使用get_recordcount:table:where:
|
|
|
int count;
|