xiaoyong931011
2022-09-24 a223c30f7059d1ba9ba4f3e5418fcbb9485cf1e6
20220902
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MallTeamLeaderMapper.xml 2 ●●● 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}, '%'))