|
@@ -28,7 +28,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<select id="shopBill" resultType="com.sqx.modules.reconciliation.model.ShopBillVo">
|
|
<select id="shopBill" resultType="com.sqx.modules.reconciliation.model.ShopBillVo">
|
|
|
- select pb.*,gs.shop_name as shopName,gs.phone
|
|
|
|
|
|
|
+ select pb.*,gs.shop_name as shopName,gs.phone,gs.shop_id as shopId
|
|
|
from platform_bill pb left join tb_user tu on pb.user_id =tu.user_id
|
|
from platform_bill pb left join tb_user tu on pb.user_id =tu.user_id
|
|
|
left join goods_shop gs on gs.user_id =tu.user_id
|
|
left join goods_shop gs on gs.user_id =tu.user_id
|
|
|
<where>
|
|
<where>
|