浏览代码

商品价格取消提示1

hu 3 年之前
父节点
当前提交
b5383239e5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/custom/beans/itemprice/ItemPrice.java

+ 1 - 0
src/custom/beans/itemprice/ItemPrice.java

@@ -77,6 +77,7 @@ public class ItemPrice extends BaseClass {
                 //throw new YosException("找不到商品等级价格信息itemid:" + itemid);
                 price =BigDecimal.ZERO;
 
+
             }
         }
         SQLFactory sqlFactory1 = new SQLFactory(this, "经销商价格调整值查询");