fix
This commit is contained in:
Binary file not shown.
@@ -799,6 +799,7 @@ public class TapeTableRepositoryGeneratorPlugin extends PluginAdapter {
|
|||||||
method.addBodyLine("record.setIsDelete(null);");
|
method.addBodyLine("record.setIsDelete(null);");
|
||||||
method.addBodyLine("record.setDeleteToken(null);");
|
method.addBodyLine("record.setDeleteToken(null);");
|
||||||
method.addBodyLine("record.setCreateTime(null);");
|
method.addBodyLine("record.setCreateTime(null);");
|
||||||
|
method.addBodyLine("record.setGuid(null);");
|
||||||
|
|
||||||
method.addBodyLine("long startTime = new Date().getTime();");
|
method.addBodyLine("long startTime = new Date().getTime();");
|
||||||
method.addBodyLine("int update = " + mapperFieldName + ".updateByExampleSelective(record, example);");
|
method.addBodyLine("int update = " + mapperFieldName + ".updateByExampleSelective(record, example);");
|
||||||
|
|||||||
Reference in New Issue
Block a user