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