|
|
@@ -482,8 +482,8 @@
|
|
|
<if test="orderParam.receiver != null">
|
|
|
and b.receiver LIKE concat("%",#{orderParam.receiver},"%")
|
|
|
</if>
|
|
|
- <if test="orderParam.mobile != null">
|
|
|
- and b.mobile LIKE concat("%",#{orderParam.mobile},"%")
|
|
|
+ <if test="orderParam.userMobile != null">
|
|
|
+ and b.mobile LIKE concat("%",#{orderParam.userMobile},"%")
|
|
|
</if>
|
|
|
|
|
|
<if test="orderParam.orderStatus != null and orderParam.orderStatus != ''">
|
|
|
@@ -537,8 +537,8 @@
|
|
|
<if test="orderParam.receiver != null">
|
|
|
and b.receiver LIKE concat("%",#{orderParam.receiver},"%")
|
|
|
</if>
|
|
|
- <if test="orderParam.mobile != null">
|
|
|
- and b.mobile LIKE concat("%",#{orderParam.mobile},"%")
|
|
|
+ <if test="orderParam.userMobile != null">
|
|
|
+ and b.mobile LIKE concat("%",#{orderParam.userMobile},"%")
|
|
|
</if>
|
|
|
|
|
|
<if test="orderParam.orderStatus != null and orderParam.orderStatus != ''">
|