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