소스 검색

医健宝店铺处理

yjwang 1 주 전
부모
커밋
ee7a7f7dbe
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      fs-admin/src/main/resources/application.yml
  2. 1 1
      fs-service/src/main/resources/mapper/user/FsUserComplaintMapper.xml

+ 1 - 1
fs-admin/src/main/resources/application.yml

@@ -4,7 +4,7 @@ server:
 # Spring配置
 spring:
   profiles:
-    active: druid-bnkc-test
+    active: dev-yjb
 #    active: druid-hdt
 #    active: druid-yzt
 #    active: druid-sxjz

+ 1 - 1
fs-service/src/main/resources/mapper/user/FsUserComplaintMapper.xml

@@ -70,7 +70,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="images != null  and images != ''"> and c.images = #{images}</if>
             <if test="type != null "> and c.type = #{type}</if>
             <if test="linkId != null "> and c.link_id = #{linkId}</if>
-            <if test="complaintType != null "> and c.complaint_type = #{complaintType}</if>
+            <if test="complaintType != null and queryIdentifier == null"> and c.complaint_type = #{complaintType}</if>
             <if test="isHandleStore != null "> and c.is_handle_store = #{isHandleStore}</if>
             <if test="isHandlePlatform != null "> and c.is_handle_platform = #{isHandlePlatform}</if>
             <if test="isReadUser != null "> and c.is_read_user = #{isReadUser}</if>