From 8269efac48716a328c12a4e836a4efb4a5f277d9 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 02 Aug 2021 17:09:35 +0800 Subject: [PATCH] 20210802 --- 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