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 != """> AND ( ccm.name LIKE CONCAT('%', #{item.keyword}, '%')