提交 6b6caca9 authored 作者: 吴德鹏's avatar 吴德鹏

导出

上级 0320ab43
......@@ -45,11 +45,13 @@
c.coupon_id,
c.coupon_title,
o.delivery_flag,
o.reduce_amount
o.reduce_amount,
a.email
from tb_cf_order o
LEFT JOIN tb_cf_finance f on f.order_id=o.order_id
LEFT JOIN tb_cf_user_info u on u.user_id=o.user_id
LEFT JOIN tb_cf_coupon c on c.coupon_id=o.coupon_id
LEFT JOIN tb_cf_address a on o.delivery_address_id=a.address_id
WHERE 1=1 and o.enable_flag=1
<choose>
<when test="tested != null and tested.trim() != ''">
......
......@@ -28,6 +28,7 @@ $(function () {
{label: '手续费', name: 'fee', index: 'fee', hidden: true},
{label: '优惠券ID', name: 'couponId', index: 'coupon_id', hidden: true},
{label: '优惠券名称', name: 'couponTitle', index: 'coupon_title', hidden: true},
{label: '邮箱', name: 'email', index: 'email'},
{
name: '操作', index: 'operate', width: '160px',
formatter: function (value, grid, rows) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论