|
@@ -141,7 +141,7 @@ public class ProductConfigController extends SuperController<ProductConfigServic
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "删除配方", notes = "删除配方")
|
|
|
- @PostMapping("/getPfg")
|
|
|
+ @PostMapping("/delFormula")
|
|
|
public R<Boolean> delFormula(@RequestParam(value = "formulaId") Long formulaId) {
|
|
|
|
|
|
boolean b = formulaService.removeById(formulaId);
|