|
|
@@ -71,6 +71,9 @@ class Sdzxlist extends Start_Controller {
|
|
|
$list[$k]['status'] = isset($status_list[$v['status']]) ? $status_list[$v['status']] : '无';
|
|
|
$list[$k]['shop'] = isset($shop_id_list[$v['shop']]) ? $shop_id_list[$v['shop']] : ' ';
|
|
|
$list[$k]['create_time'] = empty($v['create_time']) ? "" : date("Y-m-d H:i",$v['create_time']);
|
|
|
+ if(empty($v['err_desc'])){
|
|
|
+ $list[$k]['err_desc'] = "请求失败为获取数据!!!";
|
|
|
+ }
|
|
|
$operate_str = "";
|
|
|
if(empty($v['status'])){
|
|
|
$operate_str .= "<a href='javascript:void(0)' style='margin-right:4px;color: #fff;background-color: #1E90FF;padding:4px 10px;border-radius:5px;font-size:15px' data-id='".$v['id']."' onclick='do_again(this)'>重发</a>";
|