1
huangxiaoqiang
2025-12-18 9753fb2756f6b4e30ff79d901a7bb86145517c8b
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_BasicService/BasicService.cs
@@ -109,7 +109,7 @@
                throw new Exception($"转换后单位不能为空");
            }
            decimal ratio = 0;
            decimal ratio = 1;
            if (fromUnit.Trim().ToLower() == toUnit.Trim().ToLower())
            {