|
|
@@ -10339,7 +10339,7 @@
|
|
|
|
|
|
NSDictionary *price_dic = @{
|
|
|
@"value" : name,
|
|
|
- @"value_id" : name,
|
|
|
+ @"value_id" : [NSNumber numberWithInteger:type],
|
|
|
@"check" : order_by == 0 ? @(1) : @(0)
|
|
|
};
|
|
|
|
|
|
@@ -10352,7 +10352,7 @@
|
|
|
}];
|
|
|
|
|
|
[cadedate setObject:@{@"value" : @"None",
|
|
|
- @"value_id" : @"None"} forKey:[NSString stringWithFormat:@"val_%ld",val_count]];
|
|
|
+ @"value_id" : @(0)} forKey:[NSString stringWithFormat:@"val_%ld",val_count]];
|
|
|
val_count++;
|
|
|
|
|
|
[cadedate setObject:[NSNumber numberWithInteger:val_count] forKey:@"count"];
|