|
@@ -3608,6 +3608,7 @@ FROM
|
|
|
Id = receiveInfo.Id,
|
|
Id = receiveInfo.Id,
|
|
|
GroupId = receiveInfo.GroupId,
|
|
GroupId = receiveInfo.GroupId,
|
|
|
Reason = receiveInfo.Reason,
|
|
Reason = receiveInfo.Reason,
|
|
|
|
|
+ IsReplace = receiveInfo.IsReplace,
|
|
|
Remark = receiveInfo.Remark,
|
|
Remark = receiveInfo.Remark,
|
|
|
};
|
|
};
|
|
|
info.ReceiveDetails = await _sqlSugar
|
|
info.ReceiveDetails = await _sqlSugar
|