Commit eab4e680 by wuwenlong

bugfix

parent 156bf72e
...@@ -57,16 +57,6 @@ public class SOrderController extends BaseController ...@@ -57,16 +57,6 @@ public class SOrderController extends BaseController
return getDataTable(list); return getDataTable(list);
} }
/**
* 获取订单详细信息
*/
@GetMapping(value = "/{id}")
public AjaxResult getInfo(@PathVariable("id") Long id)
{
return success(sOrderService.selectSOrderById(id));
}
/** /**
* 获取订单详细信息 * 获取订单详细信息
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment