作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

去除保险时间字段

... ... @@ -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){
... ...