回退类型参数名称优化
This commit is contained in:
@@ -47,7 +47,7 @@ namespace WMS.Web.Domain.Services
|
||||
bool isTransaction = false;
|
||||
|
||||
var entity = new BackRecord();
|
||||
entity.Type = (BackRecordType)dto.Type;
|
||||
entity.Type = (BackRecordType)dto.BackRecordType;
|
||||
entity.Details = _mapper.Map<List<BackRecordDetails>>(dto.Details);
|
||||
entity.Create(loginInfo.UserInfo.StaffId);
|
||||
entity = await _backRecordRepositories.Add(entity, isTransaction);
|
||||
|
||||
Reference in New Issue
Block a user