правки
This commit is contained in:
parent
46cb767fb0
commit
a600d7b56a
@ -57,7 +57,7 @@ VALUES (@Starting_shift_id, @Employee_id, @Shift_Duration)";
|
|||||||
{
|
{
|
||||||
using var connection = new NpgsqlConnection(_connectionString.ConnectionString);
|
using var connection = new NpgsqlConnection(_connectionString.ConnectionString);
|
||||||
var querySelect = @"SELECT
|
var querySelect = @"SELECT
|
||||||
sse.starting_shift_id,
|
ss.id,
|
||||||
ss.starting_shift_date,
|
ss.starting_shift_date,
|
||||||
CONCAT(rl.route_name, '-', rl.route_description) as Route_Name,
|
CONCAT(rl.route_name, '-', rl.route_description) as Route_Name,
|
||||||
CONCAT(b.bus_name, ' ', b.licence_plate) as Bus_name,
|
CONCAT(b.bus_name, ' ', b.licence_plate) as Bus_name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user