oying-system/src/main/java/com/oying/modules/pc/store/service/impl/StoreMerchantServiceImpl.java
@@ -112,7 +112,9 @@ if (StoreStatusEnum.OPEN.equals(businessStatus) && !AuditStatusEnum.APPROVED.equals(existingStatus)) { throw new BadRequestException("店铺未审核"); } storeService.updateStatus(existingStore.getStoreId(), businessStatus.getValue(), existingStore.getVersion()); existingStore.setStatus(businessStatus.getValue()); existingStore.setBusinessStatus(businessStatus.getValue()); storeService.update(existingStore, true); } @Override