|
|
|
@ -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]);
|
|
|
|
|
M('apply', 'tab_')->where($conditions)->save(['offline_status' => 1, 'enable_status' => 0]);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public function updateAfterPack($apply, $packageUrl, $plistUrl)
|
|
|
|
|