From 2ff788504ed25ed15d75047afb16f058b655eeb6 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 08 Dec 2021 11:21:52 +0800
Subject: [PATCH] fix

---
 gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml b/gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml
index 4d92842..9be1d93 100644
--- a/gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml
+++ b/gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml
@@ -323,6 +323,6 @@
     </select>
 
     <select id="selectRuleByType" resultType="com.xzx.gc.entity.RedPaperRule">
-        select * xzx_user_redpaper_rule where rule_type=#{type}
+        select * from xzx_user_redpaper_rule where rule_type=#{type}
     </select>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.1