OSS封装
This commit is contained in:
@@ -98,7 +98,7 @@ class ProjectService extends BaseService
|
||||
|
||||
$labelInsertData = [];
|
||||
foreach ($labels as $label) {
|
||||
if (!empty($feature)) {
|
||||
if (!empty($label)) {
|
||||
$labelInsertData[] = [
|
||||
'project_id' => $insertProjectModel,
|
||||
'label_id' => $label,
|
||||
|
||||
Reference in New Issue
Block a user