Helius
2020-08-19 f1a87f3808415dd3d69fdbd1548e523bebf2a233
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
@@ -63,7 +63,6 @@
        select * from contract_hold_order where member_id=#{memberId}
        and symbol=#{symbol}
        and position_type=2
        and is_can_closing=1
        order by create_time desc
    </select>
</mapper>