Merge branch 'master' of http://localhost:8000/Z714System
This commit is contained in:
@@ -326,7 +326,7 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
|
||||
Debug.WriteLine("检测到运行开始,重置报表插入标记");
|
||||
}
|
||||
|
||||
if (_lastRunStatus && !currentRunStatus && !_isReported)
|
||||
if (_lastRunStatus && !currentRunStatus && !_isCurrentRecordAdded)
|
||||
{
|
||||
var model = await InsertReportAsync();
|
||||
conductivityRepository.InsertReportItems(model);
|
||||
|
||||
@@ -271,7 +271,7 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
|
||||
Debug.WriteLine("检测到运行开始,重置报表插入标记");
|
||||
}
|
||||
|
||||
if (_lastRunStatus && !currentRunStatus && !_isReported)
|
||||
if (_lastRunStatus && !currentRunStatus && !_isCurrentRecordAdded)
|
||||
{
|
||||
var model = await InsertReportAsync();
|
||||
conductivityRepository.InsertReportItems(model);
|
||||
|
||||
Reference in New Issue
Block a user