From ddf33515e071717a07a5c70857d873f1cdcd951f Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Wed, 22 Apr 2026 13:50:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E7=8F=AD=20=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../account/service/impl/HandoverRecordServiceImpl.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cash-service/account-service/src/main/java/com/czg/service/account/service/impl/HandoverRecordServiceImpl.java b/cash-service/account-service/src/main/java/com/czg/service/account/service/impl/HandoverRecordServiceImpl.java index 43771b2af..8c9238c11 100644 --- a/cash-service/account-service/src/main/java/com/czg/service/account/service/impl/HandoverRecordServiceImpl.java +++ b/cash-service/account-service/src/main/java/com/czg/service/account/service/impl/HandoverRecordServiceImpl.java @@ -13,7 +13,6 @@ import com.czg.account.entity.HandoverRecord; import com.czg.account.service.HandoverRecordService; import com.czg.account.vo.HandoverProductListVo; import com.czg.account.vo.HandoverTotalVo; -import com.czg.constants.SystemConstants; import com.czg.exception.CzgException; import com.czg.order.service.OrderInfoRpcService; import com.czg.sa.StpKit; @@ -129,8 +128,6 @@ public class HandoverRecordServiceImpl extends ServiceImpl