...
|
...
|
@@ -30,7 +30,7 @@ class SubjoinInsuranceModel extends Model |
|
|
//$where['o.status'] = ['eq',3];
|
|
|
$data = $this
|
|
|
->alias('s_i')
|
|
|
->field('s_i.*,c.insurer,o.order_expire_time,o.status')
|
|
|
->field('s_i.*,c.insurer,o.order_expire_time,o.status,o.order_about_time')
|
|
|
->join('cmf_collocation c','c.id = s_i.collocation_id')
|
|
|
->join('cmf_order_info o_i','c.id = o_i.collocation_id')
|
|
|
->join('cmf_order o','o_i.order_id = o.id')
|
...
|
...
|
|