|
@@ -76,7 +76,7 @@ class longle extends DooModel {
|
|
|
else
|
|
|
$str= " cid in (".$cid." )";
|
|
|
|
|
|
- return $this->find ( array ('where' => $str." and (status=".$status." or responsible='') and make_day>='2019-01-01'", 'asArray' => TRUE ) );
|
|
|
+ return $this->find ( array ('where' => $str." and (status=".$status." or responsible='') and make_day>='2019-01-01' ", 'asArray' => TRUE ) );
|
|
|
}
|
|
|
|
|
|
public function getLongleBykeynum($keynum){
|