| | |
| | | CONCAT(j.startTime, '-', j.endTime) as lineShiftTime, |
| | | a.holidayFee, |
| | | a.discountAmount as taxiCardMoney, |
| | | a.responsibilityType, |
| | | a.abnormalStatus, |
| | | a.abnormalRemark, |
| | | a.abnormalIntro, |
| | | a.abnormalImg, |
| | | a.companyId |
| | | a.responsibilityType as responsibilityType, |
| | | a.abnormalStatus as abnormalStatus, |
| | | a.abnormalRemark as abnormalRemark, |
| | | a.abnormalIntro as abnormalIntro, |
| | | a.abnormalImg as abnormalImg, |
| | | a.companyId as companyId |
| | | from t_order_cross_city a |
| | | left join t_driver b on (a.driverId = b.id) |
| | | left join t_car c on (a.carId = c.id) |