zhuhao 1 년 전
부모
커밋
3247d9957c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      IMCS_CCS/Service/Impl/TaskJobService.cs

+ 1 - 1
IMCS_CCS/Service/Impl/TaskJobService.cs

@@ -542,7 +542,7 @@ namespace IMCS.CCS.Service.Impl
                     List<CcsTagValue> tagValues = _ccsTagValueService.GetList(tagValueQuery).ToList();
                     CcsTagValue callBacktagValue = tagValues.Where(o => o.Address == task.Address).FirstOrDefault();
 
-                    if (callBacktagValue != null && callBacktagValue.TagValue == task.CallbackValue 
+                    if ((callBacktagValue != null && callBacktagValue.TagValue == task.CallbackValue) 
                         || (task.OperateType == ActionTypeEnum.GetServoStacker.ToString() && task.Description == "370"))
                     {
                         CallBackRequestData requestData = new CallBackRequestData();