|
|
@@ -50,8 +50,8 @@
|
|
|
<if test="query.successFlag != null and query.successFlag != ''">
|
|
|
and issl.success_flag = #{query.successFlag}
|
|
|
</if>
|
|
|
- <if test="query.shopId != null">
|
|
|
- and o.shop_id = #{query.shopId}
|
|
|
+ <if test="query.fromTo != null and query.fromTo != ''">
|
|
|
+ and gs.phone = #{query.fromTo}
|
|
|
</if>
|
|
|
<if test="query.sendTo != null and query.sendTo != ''">
|
|
|
and issl.send_to = #{query.sendTo}
|