Helius
2022-08-31 39a322c380ac88874760b4b9a28def18c0b7753a
src/main/resources/mapper/CmsFriendlyLinkMapper.xml
@@ -16,4 +16,8 @@
        </where>
    </select>
    <select id="selectByGroupIdAndCompanyId" resultType="com.xcong.farmer.cms.modules.system.entity.CmsFriendlyLinkEntity">
        select * from cms_friendly_link
        where group_id=#{groupId} and company_id=#{companyId}
    </select>
</mapper>