xiaoyong931011
2021-05-12 152f84a5bb7530c705a88086ab2acdb778e86fdd
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}