From ccf8413a33e85589d0ed219bd1a0aff88e6a1e39 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Wed, 15 Dec 2021 14:48:58 +0800
Subject: [PATCH] Merge branch 'score-shop' into xc-prd

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

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

--
Gitblit v1.9.1