test
2 天以前 04624e7dae0291aba33967f754573236324d2a62
Merge branch 'master' into djp
1个文件已修改
2 ■■■ 已修改文件
Wms/WMS.BLL/HttpServer.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Wms/WMS.BLL/HttpServer.cs
@@ -35,7 +35,7 @@
                #region 判断
                if (string.IsNullOrEmpty(palletNo))
                {
                    throw new Exception("托盘号不能为空");
                    throw new Exception("托盘号不能为空!");
                }
                if (string.IsNullOrEmpty(houseNo))
                {