|
@@ -101,7 +101,7 @@ Class Soft_cash
|
|
}
|
|
}
|
|
public function soft_show($id){
|
|
public function soft_show($id){
|
|
$info = Dever::db('agent/soft_cash')->find($id);
|
|
$info = Dever::db('agent/soft_cash')->find($id);
|
|
- $html['num'] = $info['order_num'].'</br>'.date('Y-m-d H:i',$info['buy_date']);
|
|
|
|
|
|
+ $html['num'] = $info['order_num'].'</br>'.date('Y-m-d',$info['buy_date']);
|
|
return $html;
|
|
return $html;
|
|
}
|
|
}
|
|
public function show(){
|
|
public function show(){
|