OSS封装
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user