管理后台>推广员>结算管理>推广提现>自动审核管理--更新

master
chenxiaojun 5 years ago
parent a10a21c12b
commit d5a63a7849

@ -1770,7 +1770,7 @@ class QueryController extends ThinkController
$records = []; $records = [];
if (!empty($promotes)) { if (!empty($promotes)) {
foreach ($promotes as $promote) { foreach ($promotes as $promote) {
$promote['company_name'] = $companyList[$promote['company_id']] ?? '未知'; $promote['company_name'] = ($companyList[$promote['company_id']] ? $companyList[$promote['company_id']] : ($promote['company_id'] == 0 ? '万盟天下科技' : '未知'));
if ($promote['auto_review_withdraw_status'] == 0) { if ($promote['auto_review_withdraw_status'] == 0) {
$className = 'auto-closed'; $className = 'auto-closed';
$text = '关闭'; $text = '关闭';

Loading…
Cancel
Save