Commit 653b34da authored by zhangkuanguang's avatar zhangkuanguang

api

parent d4b2996b
......@@ -183,8 +183,9 @@ class realHouse extends MY_Controller {
$info = $this->zsb_api_model->getRequrstData('realInfo');
$data = $info['data'];
$unReportResult = $data['unReportResult'];
$remitCount = $data['remitCount'];
$is_applay = 0;
if($unReportResult<=0){
if($unReportResult<=0 && $remitCount<=0){
$is_applay = 1;
}
$data_page['statusList'] = 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