食谱计划生成修改,根据客户ID重新生成,暂停记录不需要加订单ID

This commit is contained in:
xiezhijun
2021-04-01 18:45:41 +08:00
parent e8b0ae2cd7
commit 5d95de3a2a
15 changed files with 231 additions and 114 deletions

View File

@ -232,7 +232,7 @@ public class SysOrder extends BaseEntity {
/**
* 订单暂停记录 非持久化字段
* */
private List<SysOrderPause> orderPauseList;
//private List<SysOrderPause> orderPauseList;
//查询参数
private Integer amountFlag;