优化收货解绑方法

This commit is contained in:
tongfei
2024-04-22 09:38:14 +08:00
parent 319c5a8c77
commit d97803c4fb

View File

@@ -53,6 +53,8 @@ namespace WMS.Web.Domain.Services
// if (!isSuccess)
// return Result.ReFailure(ResultCodes.DateWriteError);
//}
//解绑
list.ForEach(x => { x.UnBind = true; });
if (list.Count != 0)
{