|
|
@@ -1868,6 +1868,9 @@ commitEditingStyle:(UITableViewCellEditingStyle)editingStyle forRowAtIndexPath:
|
|
|
}
|
|
|
for (NSIndexPath *indexPath in self.table_order.indexPathsForSelectedRows) {
|
|
|
|
|
|
+ if(indexPath.row==self.content_data.count)
|
|
|
+ continue;
|
|
|
+
|
|
|
NSString* so= [self.content_data[indexPath.row] valueForKey:@"so#"];
|
|
|
NSString* orderid= [self.content_data[indexPath.row] valueForKey:@"order_id"];
|
|
|
NSString *create_by = [self.content_data[indexPath.row] valueForKey:@"create_by"];
|