修改国际化取消权限限制

Uat_Study
hang 2024-01-10 10:23:34 +08:00
parent 7b1a0affbe
commit 403885ef3f
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ namespace IRaCIS.Core.Application.Service
/// 前端批量提交,后端判断不存在就添加,存在就更新 /// 前端批量提交,后端判断不存在就添加,存在就更新
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
[AllowAnonymous]
public async Task<IResponseOutput> BatchAddOrUpdateFrontInternationalization(List<BatchInternationalizationDto> batchList) public async Task<IResponseOutput> BatchAddOrUpdateFrontInternationalization(List<BatchInternationalizationDto> batchList)
{ {
foreach (var item in batchList) foreach (var item in batchList)