небольшие правки
This commit is contained in:
parent
ed6b1152c6
commit
a50a35ef59
@ -29,7 +29,7 @@ public class BusCheckRepository : IBusCheckRepository
|
||||
|
||||
var queryInsert = @"
|
||||
INSERT INTO bus_check (date, employee_id)
|
||||
VALUES (@Datetime, @EmployeeID);
|
||||
VALUES (@DateReceipt, @EmployeeID);
|
||||
SELECT MAX(Id) FROM bus_check";
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user