瀏覽代碼

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 select
<include refid="allColumns"/> <include refid="allColumns"/>
from wx_order 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"> <if test="type != null">
AND type = #{type,jdbcType=TINYINT} AND type = #{type,jdbcType=TINYINT}
</if> </if>


Loading…
取消
儲存