From 17a07481c3292e6fcbc7fff3dcbeb8ae817c178c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 16 Jul 2021 16:16:24 +0800 Subject: [PATCH] Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop --- 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