xiaoyong931011
2022-07-29 98c29ae57c5f9cc2ade7856746b1b6acb9e0e8c6
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">