Helius
2020-08-19 38c8e4e9cccfead01002c6c20df6b9d5dd4a0b81
src/main/resources/mapper/contract/ContractOrderDao.xml
@@ -77,4 +77,10 @@
            and 0 > reward_amount
        </if>
    </select>
    <select id="selectWholeOpenOrderByOrderNo" resultType="com.xcong.excoin.modules.contract.entity.ContractOrderEntity">
        select * from contract_order
        where order_no=#{orderNo}
        and order_type in (1,2) and order_status=1
    </select>
</mapper>