Просмотр исходного кода

composeOrderId

release_toaliyun_real
xhxu 4 лет назад
Родитель
Сommit
05d8cd38d0
1 измененных файлов: 7 добавлений и 0 удалений
  1. +7
    -0
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 7
- 0
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Просмотреть файл

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


Загрузка…
Отмена
Сохранить