| | |
| | | <if test="query.isVip!=null and query.isVip!= ''"> |
| | | and t1.isVip = #{query.isVip} |
| | | </if> |
| | | <if test="query.isVip!=null and query.isVip!= ''"> |
| | | and t1.isVip = #{query.isVip} |
| | | <if test="query.salesmanUserId!=null and query.salesmanUserId!= ''"> |
| | | and t1.salesmanUserId = #{query.salesmanUserId} |
| | | </if> |
| | | <if test="query.insertType!=null and query.insertType!= ''"> |
| | | and t1.insertType = #{query.insertType} |
| | | </if> |
| | | <if test="query.typeId!=null and query.typeId!= ''"> |
| | | and t1.addUserId = #{query.typeId} |
| | | </if> |
| | | and t1.state != 3 |
| | | </where> |