This commit is contained in:
linfso 2024-06-15 22:11:22 +08:00
parent 0ce900c58d
commit 1b97a1afd6

View File

@ -137,7 +137,7 @@ public class EmisWaybillAttachmentController extends EmisBaseController
* APP运单附件上传
*/
@Log(title = "运单附件上传", businessType = BusinessType.INSERT)
@PostMapping("/uploadWaybillAttachByApp")
@PostMapping("/uploadWaybillAttach")
public AjaxResult uploadWaybillAttach(@RequestBody EmisWaybillAttachment emisWaybillAttachment)
{
return addAttachment(emisWaybillAttachment);