分支自 SuZhouGuanHong/TaiYuanTaiZhong

1
dengjunjie
2024-06-26 f7b2ab226a027c4e2b78bf332664ad6a304bb6c2
´úÂë¹ÜÀí/WMS/WMS_Server/WIDESEA_WMS/Common/GetStation/EmptyTrayIn.cs
@@ -11,7 +11,7 @@
using WIDESEA_WMS.IRepositories;
using WIDESEA_WMS.Repositories;
namespace WIDESEA_WCS.JobsPart.Common
namespace WIDESEA_WMS.Common
{
    public class EmptyTray
    {
@@ -103,6 +103,7 @@
                    EmptyStation.location_state = LocationStateEnum.Busy.ToString();
                    stationinfoRepository.Update(EmptyStation, true);
                    toEmptyStation.location_state = LocationStateEnum.Busy.ToString();
                    toEmptyStation.tray_status = TrayStateEnum.EmptyTray.ToString();
                    stationinfoRepository.Update(toEmptyStation, true);
                    WriteDBLog.Success("创建叠盘位空托入库任务", $"任务编号:{agvtask.agv_tasknum}", "PCS");
                }