Commit 8efb8c1b authored by hujun's avatar hujun

商铺列表不显示时分秒

parent 04f8be0d
...@@ -70,6 +70,7 @@ class GHouses extends BaseModel ...@@ -70,6 +70,7 @@ class GHouses extends BaseModel
$house_id = array(); $house_id = array();
foreach ($data as $k => $v) { foreach ($data as $k => $v) {
$house_id[$k] = $v['id']; $house_id[$k] = $v['id'];
$v->create_time = date('Y-m-d',strtotime($v->create_time));
} }
$result = array(); $result = array();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment