doubi7306 2015-02-18 09:00
浏览 25

Eloquent不返回在字段中包含下划线的选择的值

I'm new in Laravel and I want to make an API that returns values of my database and I have a table that containts routes of travels where the username is and when a user contains an underscore, it doesn't return that value.

What can I do instead of don't allow users to have an underscore in his name?

The select is:

$ruta = DB::table('rutas')
                ->join('personas', 'rutas.creador_id', '=', 'personas.id')
                ->join('hacen', 'personas.id', '=', 'hacen.persona_id')
                ->select('rutas.id', DB::raw('SYSDATE()'),'rutas.ciudad_origen', 'rutas.calle_origen', 'rutas.ciudad_destino', 
                         'rutas.calle_destino','rutas.fecha_salida', 'rutas.hora_salida', 'rutas.fecha_vuelta', 
                         'rutas.hora_vuelta', 'rutas.periodico', 'rutas.precio_plaza', 'rutas.plazas_disponibles', 
                         'rutas.autopista','rutas.peajes','rutas.flexibilidad', 'rutas.distancia', 'rutas.vehiculo_id', 
                         'personas.nombre', 'personas.apellidos', 'personas.fecha_nacimiento', 'personas.foto', 'hacen.tipo_persona')
                ->distinct()
                ->where(DB::raw('str_to_date(concat(rutas.fecha_salida, " ", rutas.hora_salida),"%Y-%m-%d %H:%i:%s")'), '>=', DB::raw('SYSDATE()'))
                ->orderBy('rutas.fecha_salida','ASC')
                ->get();

And it only returns the travels of the users in "personas" table, that doesn't cointain an underscore in his username.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 有了解d3和topogram.js库的吗?有偿请教
    • ¥100 任意维数的K均值聚类
    • ¥15 stamps做sbas-insar,时序沉降图怎么画
    • ¥15 unity第一人称射击小游戏,有demo,在原脚本的基础上进行修改以达到要求
    • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
    • ¥15 关于#Java#的问题,如何解决?
    • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
    • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
    • ¥15 cmd cl 0x000007b
    • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line