项目代码/WMS/WIDESEA_WMSServer/WIDESEA_RecordService/Service/LocationStatusChangeRecordSetvice.cs
@@ -31,7 +31,10 @@ BaseDal.AddData(locationStatusChangeRecord); } public List<Dt_LocationStatusChangeRecord> Get_LocationStatusChangeRecord(int id) { return BaseDal.QueryData(x => x.LocationId == id); } public void AddLocationStatusChangeRecord(List<Dt_LocationInfo> locationInfos, int newStatus, int changeType, string? orderNo, List<int>? taskNums) { List< Dt_LocationStatusChangeRecord > records = new List<Dt_LocationStatusChangeRecord> ();