|
@@ -25,7 +25,7 @@ class batch_path(Load):
|
|
|
self.data['common']['search_land_id-select-'] = self.service('common').list('farm_work_land')
|
|
|
|
|
|
farm_list = {}
|
|
|
- for value in self.data['common']['search_farm_id-select--gateway_id']:
|
|
|
+ for value in self.data['common']['search_farm_id-select-']:
|
|
|
farm_list[value['id']] = value
|
|
|
|
|
|
farm_work_land = {}
|