src/main/resources/mapper/contract/ContractHoldOrderDao.xml
@@ -56,7 +56,7 @@ <select id="selectWholeHoldOrderByOrderType" resultType="com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity"> select * from contract_hold_order where member_id=#{memberId} and opening_type=#{orderType} where member_id=#{memberId} and opening_type=#{orderType} and symbol=#{symbol} </select> <select id="selectHoldOrderListForWholeByMemberIdAndSymbol" resultType="com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity">