md
This commit is contained in:
parent
491e53c217
commit
00f27c10cd
@ -187,13 +187,13 @@ public class EmisWaybillProblemInfoController extends EmisBaseController
|
||||
/**
|
||||
* 修改问题件
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('emis:emisWaybillProblemInfo:edit')")
|
||||
@Log(title = "问题件", businessType = BusinessType.UPDATE)
|
||||
@PutMapping
|
||||
public AjaxResult edit(@RequestBody EmisWaybillProblemInfo emisWaybillProblemInfo)
|
||||
{
|
||||
return toAjax(emisWaybillProblemInfoService.updateEmisWaybillProblemInfo(emisWaybillProblemInfo));
|
||||
}
|
||||
// @PreAuthorize("@ss.hasPermi('emis:emisWaybillProblemInfo:edit')")
|
||||
// @Log(title = "问题件", businessType = BusinessType.UPDATE)
|
||||
// @PutMapping
|
||||
// public AjaxResult edit(@RequestBody EmisWaybillProblemInfo emisWaybillProblemInfo)
|
||||
// {
|
||||
// return toAjax(emisWaybillProblemInfoService.updateEmisWaybillProblemInfo(emisWaybillProblemInfo));
|
||||
// }
|
||||
|
||||
/**
|
||||
* 删除问题件
|
||||
|
||||
Loading…
Reference in New Issue
Block a user