This commit is contained in:
jl
2025-06-24 21:27:13 +08:00
parent 7ed7a8cd88
commit cc38437359
10 changed files with 55 additions and 109 deletions

View File

@ -660,7 +660,7 @@ namespace Epost.BLL
//}
if (OrderDt != null && OrderDt.Rows.Count > 0)
{
string usercode = string.Empty;
// string usercode = string.Empty;
string lightcolor = string.Empty;
//DataTable udt = dal.GetOrderUseerXCode(matchid, sku, area, block);
//if (udt != null && udt.Rows.Count > 0)
@ -692,12 +692,12 @@ namespace Epost.BLL
demodel.Discount = item["Discount"].ToString();
demodel.WholeUnit = item["WholeUnit"].ToString();
demodel.Unit = item["Unit"].ToString();
#region
demodel.Block = item["Block"].ToString();
demodel.Area = item["Area"].ToString();
demodel.Address = item["address"].ToString();
demodel.UserCode = usercode;
demodel.UserCode = UserCode;
demodel.ColorCode = lightcolor;
demodel.Bkaddress = "0";
demodel.Addresstype = "1";
@ -718,6 +718,7 @@ namespace Epost.BLL
// demodel.No = "04";
// demodel.ColorCode = EnumHelper.EMToDescriptionString(LightColor.Color.Blue);
//}
demodel.UserCode = UserCode;
list.Add(demodel);
if (!isecho) {
//修改数据为已读
@ -835,9 +836,9 @@ namespace Epost.BLL
#endregion
#region
public bool Updatestate(string matchid,string readdate)
public bool Updatestate(string matchid,string shopid)
{
return dal.Updatestate(matchid,readdate);
return dal.Updatestate(matchid, shopid);
}
#endregion