Browse Source

代码异味修复

xdd 2 months ago
parent
commit
8249f88f14

+ 1 - 1
fs-service-system/src/main/java/com/fs/store/service/impl/FsStorePaymentServiceImpl.java

@@ -54,7 +54,7 @@ import org.springframework.transaction.annotation.Transactional;
 @Service
 public class FsStorePaymentServiceImpl implements IFsStorePaymentService
 {
-    protected final Logger logger = LoggerFactory.getLogger(BaseController.class);
+    protected final Logger logger = LoggerFactory.getLogger(FsStorePaymentServiceImpl.class);
     @Autowired
     private FsStorePaymentMapper fsStorePaymentMapper;
     @Autowired