Commit cb69744e authored by hujun's avatar hujun

删除创建时间和更新时间

parent 322e5ac5
......@@ -31,8 +31,6 @@ class GHousesImgs extends BaseModel
$insert_img[$count]['house_id'] = $house_id;
$insert_img[$count]['img_type'] = 1;
$insert_img[$count]['img_name'] = $params['cover']['0'];
$insert_img[$count]['create_time'] = $params['create_time'];
$insert_img[$count]['update_time'] = $params['update_time'];
$count++;
}
......@@ -42,8 +40,6 @@ class GHousesImgs extends BaseModel
$insert_img[$count]['house_id'] = $house_id;
$insert_img[$count]['img_type'] = 2;
$insert_img[$count]['img_name'] = $v;
$insert_img[$count]['create_time'] = $params['create_time'];
$insert_img[$count]['update_time'] = $params['update_time'];
$count++;
}
}
......@@ -54,8 +50,6 @@ class GHousesImgs extends BaseModel
$insert_img[$count]['house_id'] = $house_id;
$insert_img[$count]['img_type'] = 3;
$insert_img[$count]['img_name'] = $vv;
$insert_img[$count]['create_time'] = $params['create_time'];
$insert_img[$count]['update_time'] = $params['update_time'];
$count++;
}
}
......@@ -66,8 +60,6 @@ class GHousesImgs extends BaseModel
$insert_img[$count]['house_id'] = $house_id;
$insert_img[$count]['img_type'] = 4;
$insert_img[$count]['img_name'] = $vv;
$insert_img[$count]['create_time'] = $params['create_time'];
$insert_img[$count]['update_time'] = $params['update_time'];
$count++;
}
}
......
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