fix
Helius
2022-08-30 90f9311b8f92d84533860e374c2a38c16f8a6e7d
src/main/resources/mapper/CmsAdInfoMapper.xml
@@ -14,4 +14,7 @@
        </if>
    </select>
    <select id="selectByGroupIdAndCompanyId" resultType="com.xcong.farmer.cms.modules.system.entity.CmsAdInfoEntity">
        select * from cms_ad_info where group_id=#{groupId} and company_id=#{companyId}
    </select>
</mapper>