Commit dd026a3c authored by esf's avatar esf

芜湖站过期房源

parent 2669a7c6
......@@ -2328,10 +2328,10 @@ class Rent extends MY_Controller {
}
}
//限制剩余时间大于0
// if(strtotime(date('Y-m-d')) - $houseinfo['expiretime'] >=0 ){
// $result['msgs'][$val] = '已过期!';
// continue;
// }
if(strtotime(date('Y-m-d')) - $houseinfo['expiretime'] >=0 ){
$result['msgs'][$val] = '已过期,请删除!';
continue;
}
//判断源活房源是否有否超过上限
......
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