KKSU
2024-01-12 9f7c5e673846ac86c83d6a1f9d6d02c02f7ea9f7
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}, '%'))