File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -656,10 +656,10 @@ public virtual bool IsThisTaskDone(FeedbackData feedbackData)
656656 }
657657 else
658658 {
659- result . continuetask = false ;
660659 string agvCstIDReadVal = Agv . states . CSTID == null || ! Agv . states . CSTID . Any ( ) ? "" : Agv . states . CSTID [ 0 ] ;
661660 List < string > readFailKeywords = new List < string > { "error" , "trayunknow" , "un" } ;
662- bool isIDReadFail = readFailKeywords . Any ( keyword => agvCstIDReadVal . ToLower ( ) . Contains ( keyword ) ) ;
661+ bool isIDReadFail = readFailKeywords . Any ( keyword => agvCstIDReadVal . ToLower ( ) . Contains ( keyword ) ) ;
662+ result . continuetask = this . OrderData . isFromMCS ? false : true ;
663663 result . alarmCode = isIDReadFail ? ALARMS . UNLOAD_BUT_CARGO_ID_READ_FAIL : ALARMS . UNLOAD_BUT_CARGO_ID_NOT_MATCHED ;
664664 }
665665 }
Original file line number Diff line number Diff line change 99 <ApplicationIcon >favicon2.ico</ApplicationIcon >
1010 <UserSecretsId >5aaaca2e-7b5d-4629-ac34-12d155a519a9</UserSecretsId >
1111 <GenerateDocumentationFile >true</GenerateDocumentationFile >
12- <AssemblyVersion >2.8.18.4 </AssemblyVersion >
13- <FileVersion >2.8.18.4 </FileVersion >
12+ <AssemblyVersion >2.8.18.5 </AssemblyVersion >
13+ <FileVersion >2.8.18.5 </FileVersion >
1414 </PropertyGroup >
1515 <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
1616 <ShouldCreateLogs >True</ShouldCreateLogs >
You can’t perform that action at this time.
0 commit comments