提交代码

This commit is contained in:
2024-01-17 16:12:42 +08:00
parent 66a56a44af
commit 74e2a00958
49 changed files with 4594 additions and 715 deletions
@@ -56,7 +56,7 @@ namespace BLL
/// 根据主键删除 开车资料收集
/// </summary>
/// <param name="DriverDataId"></param>
public static void DeleteDriverPlan(string DutyId)
public static void DeleteDriverPrepareDuty(string DutyId)
{
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
{