diff --git a/WcfService1/BLL/lWmsPlate.cs b/WcfService1/BLL/lWmsPlate.cs index 9c85e23..6bb05ab 100644 --- a/WcfService1/BLL/lWmsPlate.cs +++ b/WcfService1/BLL/lWmsPlate.cs @@ -1356,9 +1356,9 @@ namespace DeiNiu.wms.Logical public DataTable getUnLoadTruckStks(string toPlate, int cnt) { - log.Debug(string.Format("...... to getUnLoadTruckStks plateId {0}", toPlate)); + log.Debug(string.Format("...... to getUnLoadTruckStks plateId {0}",toPlate)); WmsPlate toP = new WmsPlate(toPlate); - return plateStk.getUnLoadTruckStks(toP.transNo, cnt); + return plateStk.getUnLoadTruckStks(toP.transNo,cnt); } public DataTable getLoadContent(string toPlate)