wangxinhui
2026-03-24 0187d7d752ee493b3691432a24cf97ededda2530
wcs-server-hbf/WIDESEA_WCS/JobsPart/AGV/UpdateAgvTaskText.cs
@@ -292,7 +292,7 @@
                                    base_ware_location location = locationRepository.FindFirst(x => x.upper_code == agvTask.agv_fromaddress);
                                    if (location != null)
                                    {
                                        if (!agvTask.agv_remark.Contains("切卷上料回空"))
                                        if (!agvTask.agv_remark.Contains("切卷上料回空") && !agvTask.agv_remark.Contains("涂布上空筒任务"))
                                        {
                                            location.geartype = "暂无";
                                        }
@@ -509,7 +509,7 @@
                                    }
                                    else
                                    {
                                        if (!agvTask.agv_remark.Contains("切卷上料呼叫"))
                                        if (!agvTask.agv_remark.Contains("切卷上料呼叫") && !agvTask.agv_remark.Contains("辊分下空筒任务"))
                                        {
                                            location.geartype = "暂无";
                                        }