|
...
|
...
|
@@ -113,8 +113,8 @@ class BlogLabelLogic extends BaseLogic |
|
|
|
*/
|
|
|
|
public function batchAdd(){
|
|
|
|
$ids = [];
|
|
|
|
if(!empty($this->param['title']) && is_array($this->param['title'])){
|
|
|
|
foreach ($this->param['title'] as $v){
|
|
|
|
if(!empty($this->param['name']) && is_array($this->param['name'])){
|
|
|
|
foreach ($this->param['name'] as $v){
|
|
|
|
$this->verifyParamName($v);
|
|
|
|
$param['create_id'] = $this->user['id'];
|
|
|
|
$param['operator_id'] = $this->user['id'];
|
...
|
...
|
|