...
|
...
|
@@ -44,7 +44,7 @@ class SubjoinInsuranceModel extends Model |
|
|
}
|
|
|
public function selectData2($where){
|
|
|
$where['delete_time'] = ['eq',0];
|
|
|
$data = $this->where($where)->select();
|
|
|
$data = $this->where($where)->select()->toArray();
|
|
|
return $data;
|
|
|
}
|
|
|
public function findData($where){
|
...
|
...
|
|