update
This commit is contained in:
parent
54421776f5
commit
98ae69a8d6
@ -307,7 +307,7 @@
|
||||
}
|
||||
$item['create_time'] = date('Y-m-d H:i:s',$item['create_time']);
|
||||
$item['check_status_text'] = match ($item['check_status']){
|
||||
0=>'待审核',1=>'审核中,待开具',2=>'审核通过',3=>'审核不通过',4=>'撤销审核',5=>'已开具',10=>'已作废'
|
||||
0=>'待审核',1=>'审核中',2=>'审核通过',3=>'审核不通过',4=>'撤销审核',5=>'已开具',10=>'已作废'
|
||||
};
|
||||
$item['type_text'] = match ($item['type']){
|
||||
1=>'企业',2=>'个人'
|
||||
@ -358,7 +358,7 @@
|
||||
}
|
||||
$item['create_time'] = date('Y-m-d H:i:s',$item['create_time']);
|
||||
$item['check_status_text'] = match ($item['check_status']){
|
||||
0=>'待审核',1=>'审核中,待开具',2=>'审核通过',3=>'审核不通过',4=>'撤销审核',5=>'已开具',10=>'已作废'
|
||||
0=>'待审核',1=>'审核中',2=>'审核通过',3=>'审核不通过',4=>'撤销审核',5=>'已开具',10=>'已作废'
|
||||
};
|
||||
$item['type_text'] = match ($item['type']){
|
||||
1=>'企业',2=>'个人'
|
||||
|
Loading…
x
Reference in New Issue
Block a user