sxu 2024-12-10 15:22:08 +08:00
parent c3f4df2e43
commit 7c6ec35734
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ public class TmTaskController extends BaseController {
*/
@Log(title = "导出领料出库列表", businessType = BusinessType.EXPORT)
@PostMapping(value = "export")
public void export(HttpServletResponse response, TmTask task) {
public void export(HttpServletResponse response, @RequestBody TmTask task) {
if (SecurityUtils.getLoginUser() != null) {
Long userid = SecurityUtils.getLoginUser().getUserid();