From 4924bec5e175fc3456bb1e6a6539ffa1620b573e Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期四, 07 三月 2024 11:22:53 +0800 Subject: [PATCH] 下游接口调用出库移库完成接口 --- Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs b/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs index 34dfa59..90b0e4b 100644 --- a/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs +++ b/Wms/WMS.BLL/BllAsnServer/BllBoxInfoServer.cs @@ -605,7 +605,7 @@ zNum = Convert.ToInt32(pack.L1Num); } - if (packLevel <= 1)//鍖呰绛夌骇灏忎簬1锛屾寜鐓�1绾ф爣绛炬墦鍗� + if (packLevel < 1)//鍖呰绛夌骇灏忎簬1锛屾寜鐓�1绾ф爣绛炬墦鍗� { throw new Exception("鍖呰淇℃伅鏈夎锛屽皬浜庝竴绾�"); } @@ -614,9 +614,9 @@ var modelList = new List<BllBoxInfo>(); var addLotNo = ""; - if (arriveQty < 0) + if (arriveQty <= 0) { - throw new Exception("鍒拌揣鏁伴噺涓嶈兘灏忎簬0!"); + throw new Exception("鍒拌揣鏁伴噺涓嶈兘灏忎簬绛変簬0!"); } Db.BeginTran(); if (packLevel == 1) -- Gitblit v1.8.0