|
@@ -2227,6 +2227,8 @@ class CameraApiController extends BaseController
|
|
|
'羊场湾二分区洗煤厂'=>'yangchangwanerfenqu'
|
|
|
];
|
|
|
|
|
|
+ $result['other_data'] = [];
|
|
|
+
|
|
|
if(count($coal_washery) > 0){
|
|
|
for($i=0;$i<count($coal_washery);$i++){
|
|
|
if(array_key_exists($coal_washery[$i]->title, $coal_list)) {
|