KKSU
2024-04-10 529ad9dd8d1876b57e852bc45b602ba3ccc8df2a
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}, '%'))