商品详情
This commit is contained in:
parent
385c2ed1fd
commit
630a1b4dd4
|
|
@ -195,6 +195,7 @@ public class OrderDetailController extends BaseController {
|
||||||
orderStandard.setStandardNum(orderGoods.getGoodsNum());
|
orderStandard.setStandardNum(orderGoods.getGoodsNum());
|
||||||
orderStandard.setServerNum(orderGoods.getServerGoodsNum());
|
orderStandard.setServerNum(orderGoods.getServerGoodsNum());
|
||||||
orderStandard.setFinishTime(orderGoods.getFinishTime());
|
orderStandard.setFinishTime(orderGoods.getFinishTime());
|
||||||
|
orderStandard.setWaitServerNum(orderGoods.getGoodsNum() - orderGoods.getServerGoodsNum());
|
||||||
standardList.add(orderStandard);
|
standardList.add(orderStandard);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,8 @@ public class OrderStandard {
|
||||||
|
|
||||||
private Integer serverNum;
|
private Integer serverNum;
|
||||||
|
|
||||||
|
private Integer waitServerNum;
|
||||||
|
|
||||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||||
private Date finishTime;
|
private Date finishTime;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue