修改
continuous-integration/drone/push Build is running

This commit is contained in:
he
2024-10-22 17:45:33 +08:00
parent 3c49192360
commit cce4872341
2 changed files with 2 additions and 36 deletions
@@ -408,7 +408,6 @@ namespace IRaCIS.Core.Application.Service
{
indto.ParentTriggerValue = string.Join(',', indto.ParentTriggerValueList);
indto.RelevanceValue = string.Join(',', indto.RelevanceValueList);
indto.ExportResultStr = JsonConvert.SerializeObject(indto.ExportResult);
var entity = await _readingTableQuestionSystemRepository.InsertOrUpdateAsync(indto, true);