Commit 0d428be079ed43ef1719360f99c00825f2d8c315
1 parent
92ecd84b92
Exists in
master
and in
1 other branch
update
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostkfFaccade.java
View file @
0d428be
| ... | ... | @@ -28,6 +28,7 @@ |
| 28 | 28 | postkfModel.setOperaterId(String.valueOf(userId)); |
| 29 | 29 | postkfModel.setCreated(new Date()); |
| 30 | 30 | postkfModel.setModified(new Date()); |
| 31 | + mongoTemplate.save(postkfModel); | |
| 31 | 32 | return new BaseResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); |
| 32 | 33 | } |
| 33 | 34 |