WebAPI/Controllers/CJGL/Cj_StationOutBillController.cs
@@ -1409,12 +1409,12 @@ return objJsonResult; } if (totalWeight <= 0) if (totalWeight < 0) { oCN.RollBack(); objJsonResult.code = "0"; objJsonResult.count = 0; objJsonResult.Message = "保存失败!重量必须大于0"; objJsonResult.Message = "保存失败!重量必须大于等于0"; objJsonResult.data = 1; return objJsonResult; }