|
@@ -298,7 +298,7 @@
|
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
|
|
<select id="selectCashOutList" resultType="com.sqx.modules.pay.vo.CashOutVO">
|
|
<select id="selectCashOutList" resultType="com.sqx.modules.pay.vo.CashOutVO">
|
|
|
- select gh.shop_name, co.*,rs.station_name as stationName,tu.user_name as userName
|
|
|
|
|
|
|
+ select gh.shop_name, co.*,rs.station_name as stationName,tu.user_name as userName,gh.mch_id as mchId
|
|
|
from cash_out co
|
|
from cash_out co
|
|
|
left join goods_shop gh on gh.shop_id = co.shop_id
|
|
left join goods_shop gh on gh.shop_id = co.shop_id
|
|
|
left join tb_user tu on tu.user_id=co.user_id
|
|
left join tb_user tu on tu.user_id=co.user_id
|