|
|
|
@ -267,7 +267,7 @@ class PromoteCompanyController extends ThinkController
|
|
|
|
|
$v['verify_log'] = json_decode($v['verify_log'], true);
|
|
|
|
|
$v["create"]= "{$v['verify_log']['create_user']} <br> {$v['verify_log']['create_time']}";
|
|
|
|
|
if(isset($v['verify_log']['market_user'])){
|
|
|
|
|
if($v['status'] == -1){
|
|
|
|
|
if($v['verify_status'] == -1){
|
|
|
|
|
$ts = "审核拒绝";
|
|
|
|
|
}else{
|
|
|
|
|
$ts = "审核通过";
|
|
|
|
@ -278,7 +278,7 @@ class PromoteCompanyController extends ThinkController
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if(isset($v['verify_log']['admin_user'])){
|
|
|
|
|
if($v['status'] == -2){
|
|
|
|
|
if($v['verify_status'] == -2){
|
|
|
|
|
$ts = "审核拒绝";
|
|
|
|
|
}else{
|
|
|
|
|
$ts = "审核通过";
|
|
|
|
|