|
|
@ -1114,6 +1114,7 @@ public interface HighOrderMapperExt { |
|
|
|
" b.deduction_price deductionPrice," + |
|
|
|
" b.deduction_price deductionPrice," + |
|
|
|
" b.pay_real_price payRealPrice," + |
|
|
|
" b.pay_real_price payRealPrice," + |
|
|
|
" b.order_status status," + |
|
|
|
" b.order_status status," + |
|
|
|
|
|
|
|
" REPLACE(b.mem_phone, SUBSTR(b.mem_phone,4,4), '****') merPhone," + |
|
|
|
" a.goods_name gasName," + |
|
|
|
" a.goods_name gasName," + |
|
|
|
" (select address from high_merchant_store where id = a.goods_id) gasAddress," + |
|
|
|
" (select address from high_merchant_store where id = a.goods_id) gasAddress," + |
|
|
|
" a.goods_img gasLogo," + |
|
|
|
" a.goods_img gasLogo," + |
|
|
|