提交 f2ae2242 编写于 作者: M megagao

修改了文件

上级 2aae68c3
......@@ -58,9 +58,6 @@ public class OrderServiceImpl implements OrderService{
@Override
public CustomResult insert(COrderPO cOrder) {
//order补全
String orderId = IDUtils.genStringId();
cOrder.setOrderId(orderId);
cOrderMapper.insert(cOrder);
return CustomResult.ok();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册