xiaoyong931011
2021-05-26 0ca7bf5c850eaef852a6b49d4b94e8366deedb29
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}