xiaoyong931011
2021-11-10 c094aa1a63e711a632f24a17f21462778829ecc7
gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml
@@ -318,4 +318,11 @@
        </if>
    </select>
    <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>