Commit 32158bff075a1db1d02ac7598ccd2842edc3b589
1 parent
8eabff35ac
Exists in
master
and in
1 other branch
推送文章查看
Showing 1 changed file with 1 additions and 0 deletions
talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/ArticleController.java
View file @
32158bf
... | ... | @@ -223,6 +223,7 @@ |
223 | 223 | BaseResponse baseResponse=new BaseResponse(); |
224 | 224 | try { |
225 | 225 | UpdateWrapper<LymsPushedart> updateWrapper = new UpdateWrapper<>(); |
226 | + pushedart.setCreatedtime(new Date()); | |
226 | 227 | updateWrapper.eq("pid",pushedart.getPid()).eq("aid", pushedart.getAid()); |
227 | 228 | boolean f=lymsPushedartService.update(pushedart,updateWrapper); |
228 | 229 | baseResponse.setErrorcode(f==true?0:1); |