fix:订单版本号变更bug修复
parent
60a9bdab2e
commit
980a8147ce
|
|
@ -101,7 +101,7 @@ public class VueDeliveryController extends BaseController {
|
||||||
@Log(title = "发货记录", businessType = BusinessType.DELETE)
|
@Log(title = "发货记录", businessType = BusinessType.DELETE)
|
||||||
@DeleteMapping("/{id}")
|
@DeleteMapping("/{id}")
|
||||||
public AjaxResult remove(@PathVariable(value = "id") Long id) {
|
public AjaxResult remove(@PathVariable(value = "id") Long id) {
|
||||||
return toAjax(inventoryDeliveryService.deleteInventoryOuterById(id, true));
|
return toAjax(inventoryDeliveryService.deleteInventoryOuterById(id, true, null));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue