|
|
|
@@ -83,7 +83,10 @@ |
|
|
|
<if test=" null != id "> |
|
|
|
and o.id=#{id} |
|
|
|
</if> |
|
|
|
and o.order_group_id!=0 and o.order_status in(10,11,12,13) |
|
|
|
<if test=" null != orderGroupId "> |
|
|
|
and o.order_group_id=#{orderGroupId} |
|
|
|
</if> |
|
|
|
and o.order_group_id!=0 and g.status in(10,11,12,13) |
|
|
|
order by o.id desc,o.order_status |
|
|
|
|
|
|
|
</select> |
|
|
|
|