Commit 8ae91122 by HTML5-侯张振

二次报备修改

parent c640600d
......@@ -202,8 +202,6 @@ class Customer extends CI_Controller {
//先判断是否可以重新报备
//1规定时间内,未报备过的
$cbInfo = $this->customer_building->is_report($cb_id); //前提未过期
var_dump($cbInfo);
exit;
if ($cbInfo['report_status'] != 'NEVER'
||
$time < ($cbInfo['create_time'] + ($cbInfo['valid_day'] - 2) * 24 * 3600)
......
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