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();