guojing 5 éve
szülő
commit
8542436801

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