This commit is contained in:
parent
c3f4df2e43
commit
7c6ec35734
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue