parent
4eb45af452
commit
64c1d1afe5
|
|
@ -329,6 +329,7 @@ export class OrderService {
|
|||
this.logger.debug('订单状态为 AUTO_DRAFT,跳过处理', siteId, order.id)
|
||||
return;
|
||||
}
|
||||
// 这里其实不用过滤不可编辑的行为,而是应在 save 中做判断
|
||||
// if(!order.is_editable && !forceUpdate){
|
||||
// this.logger.debug('订单不可编辑,跳过处理', siteId, order.id)
|
||||
// return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue