高级算法和暂态文件同步合并jar包

This commit is contained in:
hzj
2026-05-07 15:03:09 +08:00
parent b607189bd3
commit 370d22bc78
3 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ public class OracleToMysqlServiceImpl implements OracleToMysqlService {
// ====================== // ======================
if (createTime != null && System.currentTimeMillis() - createTime.getTime() > 2 * 86400000L) { if (createTime != null && System.currentTimeMillis() - createTime.getTime() > 2 * 86400000L) {
if (isWaveEmpty) { if (isWaveEmpty) {
pqsEventLogService.lambdaUpdate().set(PqsEventLog::getDealflag,2).set(PqsEventLog::getFileupflag,2).set(PqsEventLog::getUpdatetime,new Date()).eq(PqsEventLog::getEventdetailIndex,eventId); pqsEventLogService.lambdaUpdate().set(PqsEventLog::getDealflag,2).set(PqsEventLog::getFileupflag,2).set(PqsEventLog::getUpdatetime,new Date()).eq(PqsEventLog::getEventdetailIndex,eventId).update();
continue; continue;
} }
} }

View File

@@ -74,7 +74,7 @@
</includes> </includes>
</resource> </resource>
<resource> <resource>
<directory>src/main/java</directory> <directory>src/main/resources</directory>
<filtering>false</filtering> <filtering>false</filtering>
<includes> <includes>
<include>**/*.xml</include> <include>**/*.xml</include>

View File

@@ -1,3 +1,3 @@
spring: spring:
profiles: profiles:
active: bd active: hn