diff --git a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml index 826c7794a..87c919bb5 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml @@ -224,6 +224,9 @@ ,`shipping_status` = #{shippingStatus} + + ,`b_tenant_id` = #{bTenantId} + where id=#{id} and `b_user_id` is null and `tenant_id` = #{tenantId} @@ -248,6 +251,9 @@ ,`shipping_status` = #{shippingStatus} + + ,`b_tenant_id` = #{bTenantId} + where id=#{id} and `tenant_id` = #{tenantId} @@ -278,6 +284,9 @@ ,`shipping_status` = #{shippingStatus} + + ,`b_tenant_id` = #{bTenantId} + where 1=1 and `tenant_id` = #{tenantId} @@ -294,7 +303,8 @@ `b_user_id` = null, `b_merchant_id` = null, `update_date` = #{updateDate}, - `verify_type` = null + `verify_type` = null, + `b_tenant_id` = null where id=#{id} and `tenant_id` = #{tenantId}