lidongdong
2023-11-29 be316697b8895a9dfda826d6e7318722436b228e
修改金汇商家服务筛选
2个文件已修改
7 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/java/com/panzhihua/service_jinhui_community/service/impl/JinhuiArticleManagementServiceImpl.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiComConvenientMerchantsMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/java/com/panzhihua/service_jinhui_community/service/impl/JinhuiArticleManagementServiceImpl.java
@@ -48,7 +48,7 @@
        {
            return R.ok();
        }
        return R.fail("添加失败");
        return R.fail("失败");
    }
    @Override
@@ -58,6 +58,6 @@
        {
            return R.ok();
        }
        return R.fail("添加失败");
        return R.fail("失败");
    }
}
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiComConvenientMerchantsMapper.xml
@@ -71,6 +71,9 @@
        <if test="item.auditType != null and item.auditType != ''">
            AND ccm.audit_type = #{item.auditType}
        </if>
        <if test="item.convenientType != null and item.convenientType != ''">
            AND ccm.convenient_type = #{item.convenientType}
        </if>
        <if test="item.keyword != null and item.keyword != &quot;&quot;">
            AND (
            ccm.name LIKE CONCAT('%', #{item.keyword}, '%')