src/main/java/com/mindskip/xzs/domain/vo/VideoStudentVO.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/resources/mapper/UserMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/mindskip/xzs/domain/vo/VideoStudentVO.java
@@ -1,6 +1,6 @@ package com.mindskip.xzs.domain.vo; import com.sun.org.apache.xpath.internal.operations.Bool; public class VideoStudentVO { private Boolean flag; src/main/resources/mapper/UserMapper.xml
@@ -331,7 +331,7 @@ <where> and deleted=0 <if test="userName != null and userName != ''"> and user_name like concat('%',#{userName},'%') and real_name like concat('%',#{userName},'%') </if> <if test="role != null "> and role= #{role}