|
|
|
@ -2028,6 +2028,9 @@ class PromoteController extends BaseController
|
|
|
|
|
$params['creator_type'] = 1;
|
|
|
|
|
$promoteService = new PromoteService();
|
|
|
|
|
$result = $promoteService->addShiftTask($params);
|
|
|
|
|
if ($result['status']) {
|
|
|
|
|
recordPromoteLogs('管理中心','渠道迁移');
|
|
|
|
|
}
|
|
|
|
|
$this->ajaxReturn($result);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|