修改自动推广的相关任务
This commit is contained in:
@@ -333,6 +333,9 @@ class Journal extends Base {
|
||||
$update['wechat_app_secret'] = $data['wechat_app_secret'];
|
||||
$aJournalUpdate['wechat_app_secret'] = $update['wechat_app_secret'];
|
||||
}
|
||||
if (isset($data['wechat_yboard_qrcode'])){
|
||||
$update['wechat_yboard_qrcode'] = $data['wechat_yboard_qrcode'];
|
||||
}
|
||||
|
||||
if(isset($data['editor_name'])&&$data['editor_name']!=''){
|
||||
$update['editor_name'] = $data['editor_name'];
|
||||
|
||||
Reference in New Issue
Block a user