增加参数已服务数量
This commit is contained in:
parent
ab3e572f0a
commit
4f3df73d91
|
|
@ -193,6 +193,7 @@ public class OrderDetailController extends BaseController {
|
|||
OrderStandard orderStandard = new OrderStandard();
|
||||
orderStandard.setStandardName(orderGoods.getGoodsName());
|
||||
orderStandard.setStandardNum(orderGoods.getGoodsNum());
|
||||
orderStandard.setServerNum(orderGoods.getServerGoodsNum());
|
||||
standardList.add(orderStandard);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,6 @@ public class OrderStandard {
|
|||
|
||||
private Integer standardNum;
|
||||
|
||||
private Integer serverNum;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue