xiaoyong931011
2022-09-15 c2a0a337498445683f81e33597bf694e0dc9fb68
20220902
1 files modified
4 ■■■■ changed files
src/main/resources/mapper/modules/MallTeamLeaderMapper.xml 4 ●●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/MallTeamLeaderMapper.xml
@@ -145,7 +145,7 @@
        select
            a.*
        from mall_team_leader a
        where a.state = 1
        where a.state = 1 and a.online_state = 1
    </select>
    <select id="selectLeaderByUniqueCode" resultType="cc.mrbird.febs.mall.entity.MallTeamLeader">
@@ -168,7 +168,7 @@
        ) * 1000
        ) AS distance
        from mall_team_leader a
        where a.state = 1
        where a.state = 1 and a.online_state = 1
        order by distance ASC limit 1
    </select>