|
|
@@ -90,7 +90,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="refundType != null "> and las.refund_type = #{refundType}</if>
|
|
|
<if test="status != null "> and las.status = #{status}</if>
|
|
|
<if test="salesStatus != null "> and las.sales_status = #{salesStatus}</if>
|
|
|
- <if test="orderStatus != null "> and las.order_status = #{orderStatus}</if>
|
|
|
+ <if test="orderStatus != null "> and lo.status = #{orderStatus}</if>
|
|
|
<if test="reasons != null and reasons != ''"> and las.reasons = #{reasons}</if>
|
|
|
<if test="explains != null and explains != ''"> and las.explains = #{explains}</if>
|
|
|
<if test="explainImg != null and explainImg != ''"> and las.explain_img = #{explainImg}</if>
|
|
|
@@ -99,7 +99,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="deliveryName != null and deliveryName != ''"> and las.delivery_name like concat('%', #{deliveryName}, '%')</if>
|
|
|
<if test="status != null "> and las.status = #{status}</if>
|
|
|
<if test="salesStatus != null "> and las.sales_status = #{salesStatus}</if>
|
|
|
- <if test="orderStatus != null "> and las.order_status = #{orderStatus}</if>
|
|
|
+ <!--<if test="orderStatus != null "> and las.order_status = #{orderStatus}</if>-->
|
|
|
<if test="deliveryStatus != null and deliveryStatus!= ''"> and las.order_status = #{deliveryStatus}</if>
|
|
|
<if test="isDel != null and isDel != ''"> and las.is_del = #{isDel}</if>
|
|
|
<if test="userId != null "> and las.user_id = #{userId}</if>
|