提交修改

This commit is contained in:
bobwang 2024-03-21 13:29:31 +08:00
commit 282b0ae460
1 changed files with 2 additions and 2 deletions

View File

@ -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)