| | |
| | | private String orderNo; |
| | | private Long sellId;//出售ID |
| | | private Long productNftId;//预约NFTID |
| | | private int state;//预约状态 0:失败 1:进行中 2:超时 3:已完成 |
| | | private int mateState;//转换卖单状态 0:未转换 1:已转换 |
| | | private Integer state;//预约状态 0:失败 1:进行中 2:超时 3:已完成 |
| | | private Integer mateState;//转换卖单状态 0:未转换 1:已转换 |
| | | private BigDecimal nftTotal;//nft预约额度 |
| | | private BigDecimal nftAva;//待分配额度 |
| | | private Date orderTime;//匹配时间 |
| | |
| | | |
| | | private Long id; |
| | | private String accountLogin;//登录账户 |
| | | private String orderNo;//登录账户 |
| | | private BigDecimal nftTotal;//动态NFT总数 |
| | | private BigDecimal nftCnt;//实际提现数量 |
| | | private BigDecimal nftCntAva;//剩余数量 |
| | |
| | | <if test="record.accountLogin!=null and record.accountLogin!=''"> |
| | | and b.account_login like concat('%', #{record.accountLogin},'%') |
| | | </if> |
| | | <if test="record.orderNo!=null and record.orderNo!=''"> |
| | | and a.order_no = #{record.orderNo} |
| | | </if> |
| | | <if test="record.state != null"> |
| | | and a.state = #{record.state} |
| | | </if> |
| | | </if> |
| | | </where> |
| | | order by a.CREATED_TIME desc |
| | |
| | | left join mall_member b on a.member_id = b.id |
| | | <where> |
| | | <if test="record != null" > |
| | | <if test="record.accountLogin!=null and record.accountLogin!=''"> |
| | | and a.buy_id in ( |
| | | SELECT |
| | | c.id |
| | | FROM mall_product_buy c |
| | | left join mall_member d on c.member_id = d.id |
| | | where d.account_login like concat('%', #{record.accountLogin},'%') |
| | | <where> |
| | | <if test="record.accountLogin!=null and record.accountLogin!=''"> |
| | | and d.account_login like concat('%', #{record.accountLogin},'%') |
| | | </if> |
| | | <if test="record.orderNo!=null and record.orderNo!=''"> |
| | | and c.order_no = #{record.orderNo} |
| | | </if> |
| | | <if test="record.state!=null"> |
| | | and c.state = #{record.state} |
| | | </if> |
| | | </where> |
| | | ) |
| | | </if> |
| | | </if> |
| | | </where> |
| | | order by a.CREATED_TIME desc |
| | |
| | | <div class="layui-card-body febs-table-full"> |
| | | <form class="layui-form layui-table-form" lay-filter="user-table-form"> |
| | | <div class="layui-row"> |
| | | |
| | | <div class="layui-col-md10"> |
| | | <div class="layui-form-item"> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label">登录账户:</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" placeholder="登录账户" name="accountLogin" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label">编号:</label> |
| | | <div class="layui-input-inline"> |
| | | <input type="text" placeholder="编号" name="orderNo" autocomplete="off" class="layui-input"> |
| | | </div> |
| | | </div> |
| | | <div class="layui-inline"> |
| | | <label class="layui-form-label">预约状态:</label> |
| | | <div class="layui-input-inline"> |
| | | <select name="state"> |
| | | <option value="">请选择</option> |
| | | <option value="0">失败</option> |
| | | <option value="1">进行中</option> |
| | | <option value="2">超时</option> |
| | | <option value="3">已完成</option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | url: ctx + 'admin/news/getBuyList', |
| | | cols: [[ |
| | | {field: 'accountLogin', title: '登录账户', minWidth: 120,align:'center'}, |
| | | {field: 'nftTotal', title: '预约额度', minWidth: 120,align:'center'}, |
| | | {field: 'nftAva', title: '可分配', minWidth: 120,align:'center'}, |
| | | {field: 'orderNo', title: '编号', minWidth: 200,align:'center'}, |
| | | {field: 'nftTotal', title: '预约额度', minWidth: 100,align:'center'}, |
| | | {field: 'nftAva', title: '可分配', minWidth: 100,align:'center'}, |
| | | {field: 'orderTime', title: '匹配时间', minWidth: 120,align:'center'}, |
| | | {templet: '#isBuyState', title: '预约状态', minWidth: 120,align:'center'}, |
| | | {templet: '#isBuyMateState', title: '匹配状态', minWidth: 120,align:'center'}, |
| | | {templet: '#isBuyState', title: '预约状态', minWidth: 100,align:'center'}, |
| | | {templet: '#isBuyMateState', title: '匹配状态', minWidth: 100,align:'center'}, |
| | | {title: '操作', |
| | | templet: function (d) { |
| | | if(d.state == 1){ |
| | |
| | | function getQueryParams() { |
| | | return { |
| | | accountLogin: $searchForm.find('input[name="accountLogin"]').val().trim(), |
| | | orderNo: $searchForm.find('input[name="orderNo"]').val().trim(), |
| | | state: $searchForm.find("select[name='state']").val(), |
| | | }; |
| | | } |
| | | |
| | |
| | | url: ctx + 'admin/news/getSellList', |
| | | cols: [[ |
| | | {field: 'accountLogin', title: '登录账户', minWidth: 120,align:'center'}, |
| | | {field: 'orderNo', title: '编号', minWidth: 220,align:'center'}, |
| | | {field: 'nftTotal', title: '动态NFT', minWidth: 120,align:'center'}, |
| | | {field: 'nftCnt', title: '实际提现', minWidth: 120,align:'center'}, |
| | | {field: 'nftCntAva', title: '剩余数量', minWidth: 120,align:'center'}, |