1
This commit is contained in:
@@ -135,4 +135,13 @@ public class JDOrderListController extends BaseController
|
||||
return toAjax(jdOrderService.updateJDOrder(jdOrder));
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除JD订单
|
||||
*/
|
||||
@Log(title = "JD订单", businessType = BusinessType.DELETE)
|
||||
@DeleteMapping("/{ids}")
|
||||
public AjaxResult remove(@PathVariable Long[] ids)
|
||||
{
|
||||
return toAjax(jdOrderService.deleteJDOrderByIds(ids));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user