fix
Helius
2021-12-06 bf3d05a7b28f505f77734a2f12ad44f06c781ab5
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>