|
|
|
@@ -23,9 +23,9 @@ class Qcar_model extends CI_Model |
|
|
|
limit 1";
|
|
|
|
$rows = $this->db->query($sql)->row_array();
|
|
|
|
|
|
|
|
/*123456
|
|
|
|
/*555
|
|
|
|
if (!empty($rows['pic_name']))
|
|
|
|
{ 123456
|
|
|
|
{
|
|
|
|
// $rows['pic_name'] = str_replace('.jpg', '', $rows['pic_name']);
|
|
|
|
$rows['pic_name'] = $rows['pic_name'];
|
|
|
|
} 666
|
|
|
|
|