|
@@ -150,7 +150,8 @@
|
|
|
|
|
|
<select id="getFailInfo" resultMap="KuaishouPromoterResult">
|
|
<select id="getFailInfo" resultMap="KuaishouPromoterResult">
|
|
<include refid="selectKuaishouPromoterVo"/>
|
|
<include refid="selectKuaishouPromoterVo"/>
|
|
- where promoter_nick_name = '' or promoter_nick_name is null
|
|
|
|
|
|
+ where (promoter_nick_name = '' or promoter_nick_name is null)
|
|
|
|
+ AND state =1
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getBoundPromoterRoleKey" resultType="com.alibaba.fastjson.JSONObject">
|
|
<select id="getBoundPromoterRoleKey" resultType="com.alibaba.fastjson.JSONObject">
|