no message
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -80,6 +80,7 @@ public class CourseController extends BaseController { | ... | @@ -80,6 +80,7 @@ public class CourseController extends BaseController { |
| 80 | 80 | ||
| 81 | @GetMapping("/encrypt") | 81 | @GetMapping("/encrypt") |
| 82 | public R<String> encrypt() { | 82 | public R<String> encrypt() { |
| 83 | System.out.println("============================begin encrypt"); | ||
| 83 | List<CourseVo> list = baseMapper.selectVoList(null); | 84 | List<CourseVo> list = baseMapper.selectVoList(null); |
| 84 | if(!CollectionUtils.isEmpty(list)) | 85 | if(!CollectionUtils.isEmpty(list)) |
| 85 | System.out.println("=================list.size()==========="+list.size()); | 86 | System.out.println("=================list.size()==========="+list.size()); | ... | ... |
-
Please register or sign in to post a comment