xiaoyong931011
2023-04-13 2a4fe8e3bc2682255ea2d185109a0ec083f68075
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>