zainali5120
2020-11-15 47b56397ce10d4927ccc303539c103cf5d5dbe30
src/main/resources/mapper/contract/ContractHoldOrderDao.xml
@@ -30,6 +30,7 @@
            and symbol=#{symbol}
        </if>
        and is_can_closing=1
        order by create_time desc
    </select>
    <select id="selectHoldOrderByMemberIdAndId" resultType="com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity">