|
|
|
@@ -198,7 +198,11 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id ="listByChannel" resultMap="BaseResultMap" parameterType="java.util.List"> |
|
|
|
<<<<<<< Upstream, based on branch 'develop' of https://iformall.com/FumaoPublic/formallProject.git |
|
|
|
select id,nick_name,phone,create_time,scene_address from wx_c_user where 1=1 |
|
|
|
======= |
|
|
|
select id,nick_name,phone,create_date,scene_address from wx_c_user where 1=1 |
|
|
|
>>>>>>> 496c172 [会员洞察][修复]拓客分析mapper |
|
|
|
<if test =" sceneList!= null "> |
|
|
|
scene_address in |
|
|
|
<foreach collection="sceneList" index="index" item="scene" open="(" separator="," close=")"> |
|
|
|
|