Просмотр исходного кода

[砍价][修改]:过期判断

release_toaliyun_real
Stormeye Wu 7 лет назад
Родитель
Сommit
9753eaf48e
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Просмотреть файл

@@ -151,7 +151,7 @@
select
<include refid="allColumns"/>
from wx_order
where order_status = '0' and press_end_date is not null
where order_status = 7 and press_end_date is not null
<if test="type != null">
AND type = #{type,jdbcType=TINYINT}
</if>


Загрузка…
Отмена
Сохранить