fix
Helius
2021-08-09 c07bafcd1dbcb61800544dc31dfb74b62de87fbb
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 * xzx_user_redpaper_rule where rule_type=#{type}
    </select>
</mapper>