fix 回滚代码生成器 批处理优化(字段内容不一致, 不适合批处理)

This commit is contained in:
疯狂的狮子li
2021-07-19 14:18:38 +08:00
parent 1891dbc566
commit 3aaf4e2384
5 changed files with 14 additions and 20 deletions

View File

@ -29,7 +29,7 @@ public class TestBatchController extends BaseController {
private final ITestDemoService iTestDemoService;
/**
* 新增批量方法
* 新增批量方法 ( 全量覆盖填充 )
*/
@PostMapping()
public AjaxResult<Void> add() {