xiaoyong931011
2023-04-13 77a58707b8df497efdc5e05443958e29e5ca8d59
src/main/resources/mapper/modules/MallAgentRecordMapper.xml
@@ -54,4 +54,9 @@
            limit 1
    </select>
    <select id="selectByCity" resultType="cc.mrbird.febs.mall.entity.MallAgentRecord">
        select a.* from mall_agent_record a
        where a.city = #{city}
    </select>
</mapper>