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

拼团bug

release_toaliyun_real
xiaohanzi 5 лет назад
Родитель
Сommit
25d894e96a
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

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

@@ -95,7 +95,7 @@
<if test=" null != orderGroupId "> <if test=" null != orderGroupId ">
and o.order_group_id=#{orderGroupId} and o.order_group_id=#{orderGroupId}
</if> </if>
and o.order_status in(10,11,12,13,14,15,16)
and o.order_status in(10,11,12,13,14,15,16,98,99)
order by o.id desc,o.order_status order by o.id desc,o.order_status
</select> </select>


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