Browse Source

[拼团][修改][查询]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
54322c9298
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml View File

@@ -84,7 +84,7 @@
and o.id=#{id} and o.id=#{id}
</if> </if>
and o.order_group_id!=0 and o.order_group_id!=0
order by o.id,o.order_status
order by o.id desc,o.order_status
</select> </select>




Loading…
Cancel
Save