|
@@ -17,6 +17,9 @@
|
|
|
<if test="query.successFlag != null and query.successFlag != ''">
|
|
<if test="query.successFlag != null and query.successFlag != ''">
|
|
|
and issl.success_flag = #{query.successFlag}
|
|
and issl.success_flag = #{query.successFlag}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="query.fromTo != null and query.fromTo != ''">
|
|
|
|
|
+ and u.phone = #{query.fromTo}
|
|
|
|
|
+ </if>
|
|
|
<if test="query.sendTo != null and query.sendTo != ''">
|
|
<if test="query.sendTo != null and query.sendTo != ''">
|
|
|
and issl.send_to = #{query.sendTo}
|
|
and issl.send_to = #{query.sendTo}
|
|
|
</if>
|
|
</if>
|