|
...
|
...
|
@@ -71,6 +71,8 @@ class CustomModuleContentController extends BaseController |
|
|
|
*/
|
|
|
|
public function categoryName($category_id,$data){
|
|
|
|
$category_name = '';
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($category_id, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($data, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
if(!empty($category_id) && !empty($data)){
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($category_id, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
foreach ($category_id as $v1){
|
...
|
...
|
|