xiaoyong931011
2022-07-29 c4c91fc5912771036559504c573a33d86c2502b1
src/main/resources/mapper/modules/MallTeamLeaderMapper.xml
@@ -146,7 +146,7 @@
        select
            a.*
        from mall_team_leader a
        where a.unique_code = #{uniqueCode} limit 1
        where a.unique_code = #{uniqueCode} and a.state = 1 limit 1
    </select>
    <select id="selectLeaderByLonAndLat" resultType="cc.mrbird.febs.mall.entity.MallTeamLeader">