xhxu 4 лет назад
Родитель
Сommit
5184c0a18d
2 измененных файлов: 4 добавлений и 1 удалений
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxLevelConfigMapper.xml

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

@@ -855,6 +855,9 @@
<if test=" null != parentTenantId and '' != parentTenantId">
and co.`parent_tenant_id` = #{parentTenantId}
</if>
<if test=" null != cUserPhone and '' != cUserPhone">
and cu.`phone` = #{cUserPhone}
</if>

<if test=" null != couponOrderStatus ">
and co.coupon_order_status = #{couponOrderStatus}


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

@@ -100,7 +100,7 @@
<if test=" null != item.capability ">`capability` = #{item.capability},</if>
<if test=" null != item.scale ">`scale` = #{item.scale},</if>
</set>
where id = ${item.id}
where id = ${item.id};
</foreach>
</update>



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