schangxiang@126.com
2025-08-05 04d10bce51a6272d02a4a0f1b05a4f64bf73f273
CC/iWareCC_ASRS/ThreadService/03_BZ12(»úÆ÷ÈËÂë°ü¹¤Î»)/2¡¢DataProcess_BZ12_IssueTask.cs
@@ -85,6 +85,9 @@
                            placeZ = (short)upiObj.MachineZCenter;
                            if (isrotate != 1 && isrotate != 2)
                            {
                                //写入报警信息
                                await MyExtendHelper.WriteBoolPlcDataForWarning(PlcWarningAddressGloble.Num_BZ12_7);
                                SystemWarningMsg._lbl_Alert_DataProcess_BZ12_IssueTask = $"{rgvLocation.ToString()},根据UPI:{task.Upi}的旋转方向值不是1或2 ";
                                continue;
                            }
@@ -108,6 +111,7 @@
                            }
                            task.TaskStatus = (int)TaskStatusEnum.已下发;
                            task.IssueTime = DateTime.Now;
                            wmsDB.SaveChanges();
                        }