Browse Source

楚楚商城亲民价更新

hu 10 months ago
parent
commit
fc8eb890f7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/custom/restcontroller/webmanage/sale/order/OrderItems.java

+ 2 - 0
src/custom/restcontroller/webmanage/sale/order/OrderItems.java

@@ -750,6 +750,8 @@ public class OrderItems extends Controller {
             }
             row.put("attinfos", attinfoRowsMap.getOrDefault(row.getString("itemid"), new Rows()));
             row.put("contractprice", 0);
+            ItemPrice itemPrice = ItemPrice.getItemPrice(this, sys_enterpriseid, row.getLong("itemid"));
+            row.put("price1",itemPrice.getGraderateprice());
             //处理日期字段空的情况
             row.putIfAbsent("needdate", "");
             row.putIfAbsent("deliverydate", "");