修正代码合并的问题

This commit is contained in:
bobwang 2024-03-21 13:00:07 +08:00
commit 6ddd51ad0b
1 changed files with 153 additions and 151 deletions

View File

@ -921,6 +921,8 @@ namespace DeiNiu.wms.Logical
//to release plate of Line
// 线路码头容器里面的客户容器是否已经全部装车了,如果都已装车(释放),则释放线路容器
if (fromP.plateLevel == (int)enumPlateLevel.)
{
WmsPlate linePlate = new WmsPlate(fromP.inPlate);
@ -1159,7 +1161,8 @@ namespace DeiNiu.wms.Logical
}
DataTable dt;
if (inPortId > 0) {
if (inPortId > 0)
{
dt = plateStock.getPlateIn(plateId, inPortId);
}
else
@ -1373,4 +1376,3 @@ namespace DeiNiu.wms.Logical
}