Parcourir la source

医健宝店铺处理

yjwang il y a 1 semaine
Parent
commit
ee7a7f7dbe

+ 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>