@@ -43,7 +43,7 @@ endpoints:
# whitelabel.enabled: false
spring:
- profiles.active: lll
+ profiles.active: guojing
application:
name: bofeng-web
@@ -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">