Administrator
4 days ago 6d213ed49218afbf8b83e440eba41f642a4695f2
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">