Merge branch 'hotfix/upload_oss' of wmtx/platform into release

修改
master
万盟天下 5 years ago committed by Gogs
commit f7a0d82314

@ -60,7 +60,7 @@ class ApplyService {
$promoteIds = array_merge($promoteIds, array_column($children, 'id'));
$conditions['promote_id'] = ['in', $promoteIds];
}
M('apply', 'tab_')->where($conditions)->save(['offline_status' => 1, 'enable_status' => 0]);
M('apply', 'tab_')->where($conditions)->save(['offline_status' => 1]);
}
public function updateAfterPack($apply, $packageUrl, $plistUrl)

Loading…
Cancel
Save