From 0daed41a6e5a5299efa83d235d0bd20355ed455b Mon Sep 17 00:00:00 2001 From: Penny <2500338766@qq.com> Date: Wed, 26 Apr 2023 00:01:17 +0800 Subject: [PATCH] =?UTF-8?q?feature-img-1.0:=E6=96=B9=E6=B3=95=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/com/bnyer/img/mapper/CreatorProfitMapper.xml | 2 ++ .../system/service/impl/ProfitVerifyOrderServiceImpl.java | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/CreatorProfitMapper.xml b/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/CreatorProfitMapper.xml index c4d5722..4ba4479 100644 --- a/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/CreatorProfitMapper.xml +++ b/bnyer-services/bnyer-img/src/main/resources/com/bnyer/img/mapper/CreatorProfitMapper.xml @@ -62,6 +62,7 @@ from img_creator_profit icp left join img_tiktok_img iti on iti.id = icp.img_id where icp.is_show = '1' and icp.creator_id = #{creatorId} and icp.status = '0' and icp.type = #{type} + order by icp.create_time desc