From 73d2701c6b76e9349096b276dc315dcfd61a1dbf Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Fri, 8 Aug 2025 16:11:42 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9A=E8=B0=83=E4=BC=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/ruoyi/xkt/service/impl/StoreServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/xkt/src/main/java/com/ruoyi/xkt/service/impl/StoreServiceImpl.java b/xkt/src/main/java/com/ruoyi/xkt/service/impl/StoreServiceImpl.java index f672de56d..7f427297f 100644 --- a/xkt/src/main/java/com/ruoyi/xkt/service/impl/StoreServiceImpl.java +++ b/xkt/src/main/java/com/ruoyi/xkt/service/impl/StoreServiceImpl.java @@ -151,6 +151,7 @@ public class StoreServiceImpl implements IStoreService { throw new ServiceException("当前状态不为待审核 或 审核驳回,不可审核!", HttpStatus.ERROR); } store.setStoreStatus(StoreStatus.TRIAL_PERIOD.getValue()); + auditDTO.getStoreCert().setStoreId(auditDTO.getStoreId()); // 更新档口认证信息 this.storeCertService.update(auditDTO.getStoreCert()); } else {