chenhaozhe
7 天以前 5a9d51aa1202f4e52173245d3069e6bd1949d51b
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;
                }