添加源文件名

This commit is contained in:
JiaXing_Cheng@163.com
2021-10-19 15:30:46 +08:00
parent 1a4db5fa07
commit 9a2271957b
4 changed files with 49 additions and 9 deletions

View File

@ -96,7 +96,7 @@ public class StandardInfoController extends BaseController
@PreAuthorize("@ss.hasPermi('productionManager:standard:edit')")
@Log(title = "试验标准管理", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@RequestBody StandardInfo standardInfo)
public AjaxResult edit(@RequestBody StandardManagerVO standardInfo)
{
return toAjax(standardInfoService.updateStandardInfo(standardInfo));
}