685093c5 by chentao

no message

1 parent 243f2e23
...@@ -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());
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!