|
|
|
@ -42,14 +42,16 @@ |
|
|
|
|
|
|
|
<select id="queryFrontIncomeProfit" resultType="com.bnyer.img.vo.CreatorIncomeProfitVo"> |
|
|
|
select |
|
|
|
|
|
|
|
id, order_no,creator_id,scan_code,img_id,profit,platform,app_type,type,status, |
|
|
|
confirm_type,confirm_status,download_num, view_num,income_time, confirm_time |
|
|
|
from img_creator_profit |
|
|
|
where is_show = '1' and creator_id = #{creatorId} |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="queryFrontTransIntoProfit" resultType="com.bnyer.img.vo.CreatorTransIntoProfitVo"> |
|
|
|
select |
|
|
|
|
|
|
|
id, order_no,creator_id,scan_code,img_id,profit,platform,app_type,type,status, |
|
|
|
download_num,view_num,wallet_time |
|
|
|
from img_creator_profit |
|
|
|
where is_show = '1' and creator_id = #{creatorId} |
|
|
|
</select> |
|
|
|
|