fix
Helius
2021-08-09 12bb078ac3225e81f2e67755f1c8e264e6551ee1
fix
1 files modified
2 ■■■ changed files
gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml 2 ●●● patch | view | raw | blame | history
gc-order/src/main/resources/mapper/order/RedPaperRuleMapper.xml
@@ -323,6 +323,6 @@
    </select>
    <select id="selectRuleByType" resultType="com.xzx.gc.entity.RedPaperRule">
        select * xzx_user_redpaper_rule where rule_type=#{type}
        select * from xzx_user_redpaper_rule where rule_type=#{type}
    </select>
</mapper>