修改医学审核判断
continuous-integration/drone/push Build is passing Details

Uat_IRC_Net8
hang 2026-05-15 18:06:35 +08:00
parent ee9152bbc4
commit fdaf7180c0
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ namespace IRaCIS.Core.Application.Service
var isNeedSend = true;
//手动发送的时候,也有可能答案是是 此时是 这里不发送,发送已经生成的文件
if (answer == "是" && isHandSend == null)
if ((answer == "是" || answer == "Yes") && isHandSend == null)
{
isNeedSend = true;