@ -112,8 +112,7 @@ namespace Win.Sfs.SettleAccount.Entities.CodeSettingTables
/// <summary>
/// 获取全部
/// </summary>
/// <returns>实体DTO列表</returns>
[HttpGet]
[HttpPost]
public async Task<ListResultDto<CodeSettingDto>> GetAllAsync()
{
var entities = await _repository.GetAllAsync(true);
@ -67,8 +67,7 @@ namespace Win.Sfs.SettleAccount.Entities.Controls
public async Task<ListResultDto<CentralizedControlDto>> GetAllAsync()