This commit is contained in:
iqudoo
2026-06-05 12:01:25 +08:00
parent b827f0e4d0
commit 813796d312
2 changed files with 1 additions and 0 deletions

View File

@@ -799,6 +799,7 @@ public class TapeTableRepositoryGeneratorPlugin extends PluginAdapter {
method.addBodyLine("record.setIsDelete(null);");
method.addBodyLine("record.setDeleteToken(null);");
method.addBodyLine("record.setCreateTime(null);");
method.addBodyLine("record.setGuid(null);");
method.addBodyLine("long startTime = new Date().getTime();");
method.addBodyLine("int update = " + mapperFieldName + ".updateByExampleSelective(record, example);");