## 重消订单上传业绩处理(226);
This commit is contained in:
parent
75f4633805
commit
45cca20ff6
|
@ -215,7 +215,7 @@
|
||||||
and soi.del_flag = 0
|
and soi.del_flag = 0
|
||||||
and soi.is_gift = 1
|
and soi.is_gift = 1
|
||||||
where so.order_status = 1
|
where so.order_status = 1
|
||||||
and so.order_type in (43)
|
and so.order_type in (43, 44)
|
||||||
<if test="orderCode != null and orderCode != ''">
|
<if test="orderCode != null and orderCode != ''">
|
||||||
and so.order_code=#{orderCode}
|
and so.order_code=#{orderCode}
|
||||||
</if>
|
</if>
|
||||||
|
@ -228,7 +228,7 @@
|
||||||
on bw.pk_id = soi.pk_wares
|
on bw.pk_id = soi.pk_wares
|
||||||
and bw.del_flag = 0
|
and bw.del_flag = 0
|
||||||
where so.order_status = 1
|
where so.order_status = 1
|
||||||
and so.order_type in (43)
|
and so.order_type in (43, 44)
|
||||||
<if test="orderCode != null and orderCode != ''">
|
<if test="orderCode != null and orderCode != ''">
|
||||||
and so.order_code=#{orderCode}
|
and so.order_code=#{orderCode}
|
||||||
</if>
|
</if>
|
||||||
|
|
Loading…
Reference in New Issue