src/main/resources/mapper/modules/MallTeamLeaderMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/modules/MallTeamLeaderMapper.xml
@@ -192,7 +192,7 @@ and a.status = 2 </if> <if test="record.status == 0"> and a.status in (2,3,4) and a.status in (2,3,4,5,6) </if> <if test="record.query != null and record.query != ''"> and ( a.name like CONCAT('%', CONCAT(#{record.query}, '%'))