改提示
This commit is contained in:
@@ -478,7 +478,9 @@ namespace BarCode.Web.Domain.Services
|
||||
List<SerialNumbers> isUselist = await _serialNumbersRepositories.GetUseEntityListByGRIds(dto.ids);
|
||||
if(isUselist.Count>0)
|
||||
{
|
||||
return Result.ReFailure(ResultCodes.IsUseError);
|
||||
ValueTuple<int, string> IsUseError = (70003, isUselist[0].SerialNumber +"序列码存在已使用, 请选择未使用序列码的数据 !");
|
||||
|
||||
return Result.ReFailure(IsUseError);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user