diff --git a/api/controllers/plan/Biz.php b/api/controllers/plan/Biz.php index 18d5b665..809c1553 100644 --- a/api/controllers/plan/Biz.php +++ b/api/controllers/plan/Biz.php @@ -106,7 +106,8 @@ class Biz extends HD_Controller $where = [ "year" => date('Y',strtotime("last month")), "month" => intval(date('m',strtotime('last day of - 1 months'))), - "stic_id" => 0 + "stic_id" => 0, + "type" => 0 ]; $rows = $this->biz_settle_model->select($where,'id asc',$page,$size); if($rows){ @@ -386,7 +387,8 @@ class Biz extends HD_Controller $where = [ "year" => date('Y',strtotime("last month")), "month" => intval(date('m',strtotime('last day of - 1 months'))), - "stic_id" => 0 + "stic_id" => 0, + "type" => 1 ]; $rows = $this->biz_settle_model->select($where,'id asc',$page,$size); if($rows){