xiaoyong931011
2020-08-06 a7d5859d7f95d27ed1be29c437911a083ab9703a
src/main/resources/mapper/contract/ContractHoldOrderDao.xml
@@ -29,7 +29,11 @@
        <if test="symbol!=null and symbol!=''">
            and symbol=#{symbol}
        </if>
        <if test="type!=null and type!=0">
            and contract_type=#{type}
        </if>
        and is_can_closing=1
        order by create_time desc
    </select>
    <select id="selectHoldOrderByMemberIdAndId" resultType="com.xcong.excoin.modules.contract.entity.ContractHoldOrderEntity">