From cf68ee0531ebadbc7b27b8e6e56b9f3c4e893e05 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 09 Jan 2024 16:25:21 +0800 Subject: [PATCH] 首页菜单的首页二字改成英文的Main --- src/main/resources/mapper/CmsAdInfoMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/CmsAdInfoMapper.xml b/src/main/resources/mapper/CmsAdInfoMapper.xml index 2ff7e8c..be38cd1 100644 --- a/src/main/resources/mapper/CmsAdInfoMapper.xml +++ b/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> \ No newline at end of file -- Gitblit v1.9.1