master:调优;

pull/1121/head
liujiang 2025-08-08 16:11:42 +08:00
parent ec3dc540e9
commit 73d2701c6b
1 changed files with 1 additions and 0 deletions

View File

@ -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 {