fix
Helius
2022-11-12 e446e1b4297d25daa88f1d28e2dfa1b9d4e24bf7
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>