Browse Source

fix press bug

release_toaliyun_real
lin 3 years ago
parent
commit
9e7b4af908
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml View File

@@ -251,7 +251,7 @@
select
<include refid="allColumns"/>
from wx_order
where press_end_date is not null and (order_status = 6 or order_status = 7) and tenant_id = #{tenantId}
where press_end_date is not null and order_status = 6 and tenant_id = #{tenantId}
<if test="type != null">
AND type = #{type,jdbcType=TINYINT}
</if>


Loading…
Cancel
Save