685093c5 by chentao

no message

1 parent 243f2e23
......@@ -80,6 +80,7 @@ public class CourseController extends BaseController {
@GetMapping("/encrypt")
public R<String> encrypt() {
System.out.println("============================begin encrypt");
List<CourseVo> list = baseMapper.selectVoList(null);
if(!CollectionUtils.isEmpty(list))
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!