xiaoyong931011
2023-04-14 2ebe9fb8236ad9db3c156d03ac5fa9e2a633e557
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>