Helius
2020-08-14 f7064c80de1be60f2e73371f13769b06d7e56050
src/main/resources/mapper/contract/ContractHoldOrderDao.xml
@@ -52,9 +52,6 @@
    <select id="selectMemberHoldOrderByPositionType" resultType="com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity">
        select * from contract_hold_order
        where position_type=#{positionType} and is_can_closing=1 and member_id=#{memberId}
        <if test="orderType != null">
            order_type=#{orderType}
        </if>
    </select>
    <select id="selectWholeHoldOrderByOrderType" resultType="com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity">