guojing преди 5 години
родител
ревизия
8542436801
променени са 2 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 1 1
      whepi-web/src/main/resources/application.yml
  2. 3 0
      whepi-web/src/main/resources/mapper/JmTuangouMemberMapper.xml

+ 1 - 1
whepi-web/src/main/resources/application.yml

@@ -43,7 +43,7 @@ endpoints:
 #  whitelabel.enabled: false
 
 spring:
-  profiles.active: lll
+  profiles.active: guojing
 
   application:
     name: bofeng-web

+ 3 - 0
whepi-web/src/main/resources/mapper/JmTuangouMemberMapper.xml

@@ -45,6 +45,9 @@
         ) z
         on a.jm_id=z.jm_id
         where a.jm_id=#{jmId} and a.buy_status=1
+        <if test="queryProperties!=null and queryProperties!=''">
+            and y.uptown_name like concat('%',#{queryProperties},'%')
+        </if>
     </select>
 
     <select id="querMemberListByJmIdexport" resultType="com.bofeng.entity.JmTuangouMember">