publish 0.9.8

This commit is contained in:
曾文豪
2023-04-06 09:54:01 +08:00
parent 24629f06b4
commit 4e6b108e7e
12 changed files with 21 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-parent</artifactId>
<version>0.9.7</version>
<version>0.9.8</version>
</parent>
<artifactId>springboot-web</artifactId>

View File

@@ -127,6 +127,7 @@ public class CoreLogService extends TsServiceBase<CoreLogOperationMapper, CoreLo
coreLogProcess.setStatus(1);
}
coreLogProcessMapper.updateById(coreLogProcess);
pageNum++;
}
});