|
@@ -643,8 +643,8 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
{
|
|
|
var isNul = await _sqlSugar
|
|
|
.Queryable<Grp_NationalTravelFee>()
|
|
|
- .FirstAsync(x => x.IsDel == 0 &&
|
|
|
- x.ProvinceId == info.ProvinceId &&
|
|
|
+ .FirstAsync(x => x.IsDel == 0 &&
|
|
|
+ info.ProvinceId == x.ProvinceId &&
|
|
|
info.Continent.Contains(dto.Continent) &&
|
|
|
info.Country.Contains(dto.Country) &&
|
|
|
info.City.Contains(dto.City));
|