Преглед изворни кода

fix press bug

release_toaliyun_real
lin пре 3 година
родитељ
комит
9e7b4af908
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Прегледај датотеку

@@ -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…
Откажи
Сачувај