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