|
|
@@ -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> |
|
|
|