xiaoyong931011
2021-04-06 0a52a2c2e7c94f487259a5cba57e7dce5e675372
src/main/resources/mapper/contract/ContractOrderDao.xml
@@ -84,7 +84,7 @@
        where member_id=#{memberId} and contract_type=2
    </select>
    <select id="selectFollowOrderCntForWinRate" resultType="java.lang.Integer">
    <select id="selectFollowOrderCntForWinRate" resultType="java.math.BigDecimal">
        select count(1)
        from contract_order a
        where member_id=#{memberId}