Przeglądaj źródła

composeOrderId

release_toaliyun_real
xhxu 4 lat temu
rodzic
commit
05d8cd38d0
1 zmienionych plików z 7 dodań i 0 usunięć
  1. +7
    -0
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 7
- 0
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz