Merge branch 'feature/promote_company_merge' of wmtx/platform into master

xiugai
master
万盟天下 4 years ago committed by Gogs
commit e5d31aedf9

@ -281,10 +281,10 @@ class PromoteCompanyService
private function savePromotes($records, $company, $creator)
{
$status = 0;
if (C('PROMOTE_AUTO_AUDIT') == 1) {
$status = 1;
/* if (C('PROMOTE_AUTO_AUDIT') == 1) {
$status = 1;
}
} */
$promoteService = new PromoteService();
foreach ($records as $record) {
$promoteService->addPromote([

Loading…
Cancel
Save