|
@@ -312,7 +312,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="LNGDeptList" parameterType="PayOrder" resultMap="PayOrderResult">
|
|
<select id="LNGDeptList" parameterType="PayOrder" resultMap="PayOrderResult">
|
|
- SELECT dept_name as station_name,order_id,order_no,oil_name,p.oil_pirce,sell_oil_price,order_liters,receivable_amt,sell_amt,pay_date,driver_discount_amt,
|
|
|
|
|
|
+ SELECT dept_name as station_name,order_id,order_no,oil_name,p.oil_pirce,sell_oil_price,order_liters,receivable_amt,sell_amt,sell_discount_amt,pay_date,driver_discount_amt,
|
|
concat(LEFT (mobile_phone, 3), '****', RIGHT (mobile_phone, 4)) mobile_phone
|
|
concat(LEFT (mobile_phone, 3), '****', RIGHT (mobile_phone, 4)) mobile_phone
|
|
from pay_order p
|
|
from pay_order p
|
|
left join sys_dept d on d.dept_id =p.station_id
|
|
left join sys_dept d on d.dept_id =p.station_id
|