Commit 7a512fb61b05f29f5a6a3178906844cdc6b44bbc
1 parent
7b7eb267
添加易盾云中添加操作的日志打印
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/YiDunServiceImpl.java
| ... | ... | @@ -25,6 +25,7 @@ public class YiDunServiceImpl { |
| 25 | 25 | ShyYidunMapper shyYidunMapper; |
| 26 | 26 | |
| 27 | 27 | public boolean addYiDunMsg(ShyYidun shyYidun) { |
| 28 | + | |
| 28 | 29 | logger.info("URL:{}", JSON.toJSONString(shyYidun.getUrl())); |
| 29 | 30 | int result = shyYidunMapper.insert(shyYidun); |
| 30 | 31 | if (result == 0) { | ... | ... |