xiaoyong931011
2022-07-29 34b183e63bb0066f01c39f52360e938ec6a77e3c
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">