修改
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-11-26 10:49:39 +08:00
parent 04e4e786b0
commit eb363fd564
1 changed files with 6 additions and 0 deletions

View File

@ -253,6 +253,12 @@ namespace IRaCIS.Core.Application.Service
if (systemCount == 0)
{
inDto.IsMain = true;
}
if (inDto.Indication.IsNullOrEmpty() && inDto.IndicationEn.IsNullOrEmpty())
{
inDto.Indication = "默认";
inDto.IndicationEn = "Default";
}
}