From 78264c6d9146627b0fc1ba31354e1d9853587afe Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 23 Jul 2021 10:35:06 +0800
Subject: [PATCH] 202107023
---
gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml | 3 +++
1 files changed, 3 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 c0ee352..1ff327e 100644
--- a/gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml
+++ b/gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml
@@ -318,4 +318,7 @@
</if>
</select>
+ <select id="selectDistribRule" resultType="com.xzx.gc.entity.RedPaperRule">
+ select * from xzx_user_redpaper_rule where rule_type=9
+ </select>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.1