mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 10:56:50 +08:00
一个转化错误,加上定时任务的注解
This commit is contained in:
@@ -279,7 +279,7 @@ public class ArticleServiceImpl implements IArticleService{
|
||||
usernameDto.setShares((Integer) o[6]);
|
||||
usernameDto.setComments((Integer) o[7]);
|
||||
usernameDto.setViews((Integer) o[8]);
|
||||
usernameDto.setSysCreateAid((String) o[9]);
|
||||
usernameDto.setSysCreateAid(o[9].toString());
|
||||
usernameDtos.add(usernameDto);
|
||||
}
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@ public class BoeServerAllApplication {
|
||||
File file = new File("application.pid");
|
||||
new ApplicationPid().write(file);
|
||||
file.deleteOnExit();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user