Merge branch 'master' of https://gitee.com/op-souls/ghy-all
This commit is contained in:
commit
373606825e
|
|
@ -195,6 +195,7 @@ public class OrderDetailController extends BaseController {
|
|||
orderStandard.setStandardNum(orderGoods.getGoodsNum());
|
||||
orderStandard.setServerNum(orderGoods.getServerGoodsNum());
|
||||
orderStandard.setFinishTime(orderGoods.getFinishTime());
|
||||
orderStandard.setWaitServerNum(orderGoods.getGoodsNum() - orderGoods.getServerGoodsNum());
|
||||
standardList.add(orderStandard);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,8 @@ public class OrderStandard {
|
|||
|
||||
private Integer serverNum;
|
||||
|
||||
private Integer waitServerNum;
|
||||
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date finishTime;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue