This commit is contained in:
jl
2025-06-17 16:40:02 +08:00
parent 8c1493f76e
commit f7a87c41ff
6 changed files with 192 additions and 37 deletions

View File

@ -945,5 +945,11 @@ namespace Epost.BLL
return dal.GetOrderList_echo(matchid, sku, sarea, sblock);
}
#endregion
public bool UpdateData(DataTable dt, Dictionary<string, string> diclist, string tablename)
{
return dal.UpdateData(dt, diclist, tablename);
}
}
}