|
@@ -1683,7 +1683,7 @@ class CameraApiController extends BaseController
|
|
|
if(count($coal_washery_list) > 0){
|
|
|
for($i=0;$i<count($coal_washery_list);$i++){
|
|
|
$result['unit_list'][$i]['text'] = $coal_washery_list[$i]->name;
|
|
|
- $result['unit_list'][$i]['value'] = $coal_washery_list[$i]->id;
|
|
|
+ $result['unit_list'][$i]['value'] = $coal_washery_list[$i]->>name;
|
|
|
}
|
|
|
}
|
|
|
|