Commit d2f1f5c3 by jianan

渠道发佣报表14-发佣检核,发佣关账,数据不同

parent 2f514368
......@@ -280,7 +280,7 @@
<select id="transformForWithdrawLabel"
parameterType="com.yd.dal.entity.agms.fortune.WithdrawQueryInfo"
resultMap="WithdrawLabelInfo">
select distinct pay.id payId,
select pay.id payId,
pay.withdraw_id withdrawId,
pb.payout_yearmonth payoutYearmonth,
cha.name channelName,
......@@ -339,6 +339,7 @@
<if test="item.commissionPayoutStatus != null">
and f.commission_payout_status = #{item.commissionPayoutStatus,jdbcType=BIGINT}
</if>
GROUP BY pay.id
order by pb.payout_yearmonth
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment