src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/modules/documentary/service/impl/DocumentaryServiceImpl.java
@@ -626,7 +626,7 @@ documentaryOrderSetInfoVo.setMaxFollowCnt(null); } documentaryOrderSetInfoVo.setMaxFollowCnt(maxFollowCnt.toString()); log.info(memberId + "-最大持仓张数-"+maxFollowCnt.toString()); return Result.ok(documentaryOrderSetInfoVo); }