OSS封装

This commit is contained in:
2025-05-07 22:28:56 +08:00
parent dabef7a5a0
commit 61acb0de5a

View File

@@ -98,7 +98,7 @@ class ProjectService extends BaseService
$labelInsertData = []; $labelInsertData = [];
foreach ($labels as $label) { foreach ($labels as $label) {
if (!empty($feature)) { if (!empty($label)) {
$labelInsertData[] = [ $labelInsertData[] = [
'project_id' => $insertProjectModel, 'project_id' => $insertProjectModel,
'label_id' => $label, 'label_id' => $label,