@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user