From 67742413ea362619a67f459865cd3f5530e8cfb1 Mon Sep 17 00:00:00 2001 From: xhxu Date: Fri, 20 Oct 2023 14:29:32 +0800 Subject: [PATCH] //pay bug --- .../src/main/resources/mapper/ProductOrderPayMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suimangService/src/main/resources/mapper/ProductOrderPayMapper.xml b/suimangService/src/main/resources/mapper/ProductOrderPayMapper.xml index 4d5c357..a3077f7 100644 --- a/suimangService/src/main/resources/mapper/ProductOrderPayMapper.xml +++ b/suimangService/src/main/resources/mapper/ProductOrderPayMapper.xml @@ -138,7 +138,7 @@ and `pay_vendor` = #{payVendor} - + update product_order_pay set `pay_order_status` = #{payOrderStatus} ,`update_date` = now()