Parcourir la source

拼团bug

release_toaliyun_real
xiaohanzi il y a 5 ans
Parent
révision
25d894e96a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml Voir le fichier

@@ -95,7 +95,7 @@
<if test=" null != orderGroupId ">
and o.order_group_id=#{orderGroupId}
</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
</select>


Chargement…
Annuler
Enregistrer