From 774fd3bba6eb998992cedd5c4adbd35c810ba9bb Mon Sep 17 00:00:00 2001 From: lin <642018748@qq.com> Date: Tue, 9 May 2023 14:39:53 +0800 Subject: [PATCH] fix bug --- gptService/src/main/resources/mapper/WxProductMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gptService/src/main/resources/mapper/WxProductMapper.xml b/gptService/src/main/resources/mapper/WxProductMapper.xml index a2c9eef..602120b 100644 --- a/gptService/src/main/resources/mapper/WxProductMapper.xml +++ b/gptService/src/main/resources/mapper/WxProductMapper.xml @@ -10,14 +10,14 @@ - + - `id`,`tenant_id`,`parent_tenant_id`,`create_time`,`update_time`,`name`,`img`,`price`,`salePrice`, + `id`,`tenant_id`,`parent_tenant_id`,`create_time`,`update_time`,`name`,`img`,`price`,`sale_price`, `days`,`rebate`,`first`