优化收货解绑方法
This commit is contained in:
@@ -53,6 +53,8 @@ namespace WMS.Web.Domain.Services
|
|||||||
// if (!isSuccess)
|
// if (!isSuccess)
|
||||||
// return Result.ReFailure(ResultCodes.DateWriteError);
|
// return Result.ReFailure(ResultCodes.DateWriteError);
|
||||||
//}
|
//}
|
||||||
|
//解绑
|
||||||
|
list.ForEach(x => { x.UnBind = true; });
|
||||||
|
|
||||||
if (list.Count != 0)
|
if (list.Count != 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user