Browse Source

order

release_toaliyun_real
xhxu 4 years ago
parent
commit
5184c0a18d
2 changed files with 4 additions and 1 deletions
  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 View File

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


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


+ 1
- 1
mallinkService/src/main/resources/mapper/WxLevelConfigMapper.xml View File

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




Loading…
Cancel
Save