修改医学审核判断
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
ee9152bbc4
commit
fdaf7180c0
|
|
@ -138,7 +138,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
var isNeedSend = true;
|
var isNeedSend = true;
|
||||||
|
|
||||||
//手动发送的时候,也有可能答案是是 此时是 这里不发送,发送已经生成的文件
|
//手动发送的时候,也有可能答案是是 此时是 这里不发送,发送已经生成的文件
|
||||||
if (answer == "是" && isHandSend == null)
|
if ((answer == "是" || answer == "Yes") && isHandSend == null)
|
||||||
{
|
{
|
||||||
isNeedSend = true;
|
isNeedSend = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue