Administrator
2025-05-19 61a8a1b57718b83b6f8ac09e817fabf09e96fdc0
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}, '%'))