|
|
@@ -75,9 +75,6 @@
|
|
|
<if test="vo.recvphone != null and vo.recvphone != ''">
|
|
|
and s.recvphone = #{vo.recvphone,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
- <if test="vo.msgtype != null">
|
|
|
- and s.msgtype = #{vo.msgtype,jdbcType=INTEGER}
|
|
|
- </if>
|
|
|
<if test="vo.status != null">
|
|
|
<choose>
|
|
|
<when test="vo.status == 1">
|