| 123 |
- [ERROR] 15:27:05
- /orm/query.go:11 SQL执行错误!(select waybills.* ,waybill_on_tops.id top_id ,waybill_on_tops.remark,waybill_on_tops.updated_at top_update, owners.name owner_name, warehouse_weight_unit.name warehouse_weight_unit_name, warehouse_weight_unit_other.name warehouse_weight_unit_other_name, carrier_weight_unit.name carrier_weight_unit_name, carrier_weight_unit_other.name carrier_weight_unit_other_name, car_types.name car_type_name, amount_unit.name amount_unit_name, logistics.name carrier_name from `waybills` left join `waybill_on_tops` on `waybill_on_tops`.`waybill_id` = `waybills`.`id` left join `owners` on `owners`.`id` = `waybills`.`owner_id` left join `units` as `warehouse_weight_unit` on `warehouse_weight_unit`.`id` = `waybills`.`warehouse_weight_unit_id` left join `units` as `warehouse_weight_unit_other` on `warehouse_weight_unit_other`.`id` = `waybills`.`warehouse_weight_unit_id_other` left join `units` as `carrier_weight_unit` on `carrier_weight_unit`.`id` = `waybills`.`carrier_weight_unit_id` left join `units` as `carrier_weight_unit_other` on `carrier_weight_unit_other`.`id` = `waybills`.`carrier_weight_unit_id_other` left join `car_types` on `car_types`.`id` = `waybills`.`carType_id` left join `units` as `amount_unit` on `amount_unit`.`id` = `waybills`.`amount_unit_id` left join `logistics` on `logistics`.`id` = `waybills`.`logistic_id` where `owner_id` in ('1', '2', '3') and `waybill_on_tops`.`deleted_at` is null and `waybills`.`deleted_at` is null order by `waybill_on_tops`.`updated_at` desc, `waybills`.`id` desc)
|