一、该问题的重现步骤是什么?
1.
2.源码controller
/**
* 新增或修改
*/
@PostMapping("/submit")
@ApiOperationSupport(order = 6)
@ApiOperation(value = "新增或修改", notes = "传入formmain0624")
public R submit(@Valid @RequestBody Formmain0624 formmain0624) {
return R.status(formmain0624Service.saveOrUpdate(formmain0624));
}
二、你期待的结果是什么?实际看到的又是什么?
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
四、请提供详细的错误堆栈信息,这很重要。
{
"code": 400,
"success": false,
"data": {},
"msg": "JSON parse error: Cannot deserialize instance of `org.springblade.modules.desk.entity.Formmain0624` out of START_ARRAY token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `org.springblade.modules.desk.entity.Formmain0624` out of START_ARRAY token\n at [Source: (PushbackInputStream); line: 1, column: 1]"
}
五、若有更多详细信息,请在下面提供。
扫一扫访问 Blade技术社区 移动端