|
|
|
@@ -381,6 +381,9 @@ |
|
|
|
<if test=" null != parentTenantId and '' != parentTenantId"> |
|
|
|
and o.`parent_tenant_id` = #{parentTenantId} |
|
|
|
</if> |
|
|
|
<if test=" null != composeOrderId "> |
|
|
|
and o.`compose_order_id` = #{composeOrderId} |
|
|
|
</if> |
|
|
|
<if test="orderStatus != null"> |
|
|
|
AND o.order_status = #{orderStatus} |
|
|
|
</if> |
|
|
|
@@ -403,6 +406,10 @@ |
|
|
|
<if test=" null != parentTenantId and '' != parentTenantId"> |
|
|
|
and o.`parent_tenant_id` = #{parentTenantId} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != composeOrderId "> |
|
|
|
and o.`compose_order_id` = #{composeOrderId} |
|
|
|
</if> |
|
|
|
<if test="id != null"> |
|
|
|
and o.id = #{id} |
|
|
|
</if> |
|
|
|
|