Browse Source

账户2.0——导入账户 bug修复

zhaoxian 3 years ago
parent
commit
56c1748f91

+ 0 - 10
ruixuan-live/src/main/resources/mapper/live/KuaishouLiveUserAccountMapper.xml

@@ -218,16 +218,6 @@
             <if test="ksId != null ">and ks_id = #{ksId}</if>
             <if test="accountName != null  and accountName != ''">and account_name=#{accountName}</if>
             <if test="accountId != null ">and account_id = #{accountId}</if>
-            <if test="accountType != null  and accountType != ''">and account_type= #{accountType}</if>
-            <if test="saleLeaderId != null  and saleLeaderId != ''">and sale_leader_id = #{saleLeaderId}</if>
-            <if test="operatorLeaderId != null  and operatorLeaderId != ''">and operator_leader_id =
-                #{operatorLeaderId}
-            </if>
-            <if test="designerLeaderId != null  and designerLeaderId != ''">and designer_leader_id =
-                #{designerLeaderId}
-            </if>
-            <if test="createrId != null  and createrId != ''">and creater_id = #{createrId}</if>
-            <if test="accountStatus != null  and accountStatus != ''">and account_status = #{accountStatus}</if>
         </where>
         LIMIT 1
     </select>