Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
sangelxiu1 2025-07-04 09:32:25 +08:00
commit fbd6a2e033
1 changed files with 2 additions and 2 deletions

View File

@ -215,7 +215,7 @@
and soi.del_flag = 0
and soi.is_gift = 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 != ''">
and so.order_code=#{orderCode}
</if>
@ -228,7 +228,7 @@
on bw.pk_id = soi.pk_wares
and bw.del_flag = 0
where so.order_status = 1
and so.order_type in (43)
and so.order_type in (43, 44)
<if test="orderCode != null and orderCode != ''">
and so.order_code=#{orderCode}
</if>