zxz 4 yıl önce
ebeveyn
işleme
e874f2934b

+ 1 - 1
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/service/impl/WarehouseInOutInfoServiceImpl.java

@@ -280,8 +280,8 @@ public class WarehouseInOutInfoServiceImpl extends ServiceImpl<WarehouseInOutInf
                     else {
                         outNetWeight = String.valueOf(warehouseInOutInfo.getNetWeight());
                     }
+                    //出库量大于入库量
                     if ((outNetWeight.compareTo(inNetWeight)) > 0) {
-                        //出库量大于入库量
                         throw new YException(YExceptionEnum.INNETWEIGHT_NO_ERROR);
                     }
                 }