Compare commits

...

2 Commits

Author SHA1 Message Date
he ee13d0ae2e Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2025-10-20 17:05:38 +08:00
he ee2c66c8fb 预设和复制病灶修改 2025-10-20 17:05:37 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ public class UserAgreementService(IRepository<UserAgreement> _userAgreementRepos
/// </summary>
/// <param name="inDto"></param>
/// <returns></returns>
[HttpPost]
public async Task<IResponseOutput> SetCurrentVersion(SetCurrentVersionInDto inDto)
{
var userAgreement=await _userAgreementRepository.Where(x=>x.Id==inDto.Id).FirstNotNullAsync();