|
@@ -81,6 +81,8 @@ namespace GxPress.Repository.Implement.AppChannel
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
public async Task<bool> InsertAsync(Entity.tede2.AppChannel.AppChannel model)
|
|
public async Task<bool> InsertAsync(Entity.tede2.AppChannel.AppChannel model)
|
|
{
|
|
{
|
|
|
|
+ if (!string.IsNullOrEmpty(model.ImageUrls))
|
|
|
|
+ model.ImageUrls = StringUtils.RemoveDomain(model.ImageUrls);
|
|
return await _repository.InsertAsync(model) > 0;
|
|
return await _repository.InsertAsync(model) > 0;
|
|
}
|
|
}
|
|
}
|
|
}
|