eganwu il y a 1 an
Parent
commit
4ec122e39a

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

@@ -422,7 +422,8 @@ public class OrderItems extends Controller {
 
 
         updateAccountclassinfos(sa_orderid);
-
+        //查询商品费用方案方法
+        new OrderItemsHelper(this).executeDataFunction(sa_orderid);
         //生成摘要
         sqlFactory = new SQLFactory(this, "查询定制费用统计");
         sqlFactory.addParameter("sa_orderid", sa_orderid);