...
|
...
|
@@ -21,7 +21,7 @@ class SubjoinInsuranceModel extends Model |
|
|
->alias('s')
|
|
|
->join('collocation c','s.collocation_id = c.id')
|
|
|
->where($where)
|
|
|
->sum('s.pay_method_price');
|
|
|
->sum('s.subjoin_pay_method_price');
|
|
|
return $data;
|
|
|
}
|
|
|
public function selectData($where,$whereor=null){
|
...
|
...
|
|