небольшие правки

This commit is contained in:
cyxaruk 2024-11-27 19:08:39 +04:00
parent ed6b1152c6
commit a50a35ef59

View File

@ -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";