Commit c39d0fc3 by 宁斌

1、選中子項設置數量 最大數調整

parent 90036286
......@@ -122,7 +122,8 @@ public class MyOrderManage {
return;
}
OrderDetail orderFood = orderFoodList.get(this.selmainstartpositon);
OrderDetail orderFood = orderFoodList.get(this.select_Full_start_position);
// OrderDetail orderFood = orderFoodList.get(this.selmainstartpositon);
// CurrentSoldoutFood.DatasBean scClass;
// Db_SoldoutCtrl db = new Db_SoldoutCtrl(GSAApplication.getAppContext());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment