|
|
@@ -50,9 +50,6 @@ class OrderInfo extends BaseModel
|
|
|
)
|
|
|
->alias("of")
|
|
|
->when(!empty($where),function ($query) use($where){
|
|
|
- if(!empty($where['sassid'])) {
|
|
|
- $query->where('of.sassid',$where['sassid']);
|
|
|
- }
|
|
|
if(!empty($where['id'])) {
|
|
|
$query->where('of.o_id',$where['id']);
|
|
|
}
|