用户端删除订单
This commit is contained in:
parent
5a1335b0a7
commit
df1d20b7c3
|
|
@ -72,7 +72,7 @@ public class UserOrderController {
|
|||
AssertUtil.isNull(id, "{}不能为空", "订单Id");
|
||||
orderInfoService.updateChain()
|
||||
.set(OrderInfo::getIsDel, 1)
|
||||
.eq(OrderInfoVo::getId, id)
|
||||
.eq(OrderInfo::getId, id)
|
||||
.update();
|
||||
return CzgResult.success();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue