Helius
2020-06-05 9da52c963fcbee66a3b299bb687c1efbbafe93a7
src/main/resources/mapper/contract/ContractOrderDao.xml
@@ -8,4 +8,8 @@
        order by create_time desc
    </select>
    <select id="selectOrderDetailByIdAndMemberId" resultType="com.xcong.excoin.modules.contract.entity.ContractOrderEntity">
        select * from contract_order where id=#{id} and member_id=#{memberId}
    </select>
</mapper>