Commit 4fd00b93 by shiwenbo

修改url

parent 3de9096c
......@@ -51,7 +51,7 @@ public class InventoryController {
return ResponseObj.success("库存纠正日志查询成功", data);
}
@GetMapping("/contract/warnsetting/{id}")
@GetMapping("/inventory/warnsetting/{id}")
public Object queryWarnSetting(@PathVariable UUID id) {
Assert.notNull(id,"The id must not be null");
return inventoryService.queryWarnSettingById(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