Helius
2020-06-03 ed053177a03da095f10d112898233913b2b5fc27
modify
1 files modified
1 ■■■■ changed files
src/main/resources/mapper/contract/ContractHoldOrderDao.xml 1 ●●●● patch | view | raw | blame | history
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">