분석레포트 로직 수정
This commit is contained in:
@@ -122,7 +122,7 @@ public class TradeSignalService {
|
||||
return deviceId.equals(entity.getDeviceId());
|
||||
}
|
||||
|
||||
private String resolveStrategyName(Long strategyId, String strategyName) {
|
||||
public String resolveStrategyName(Long strategyId, String strategyName) {
|
||||
if (strategyName != null && !strategyName.isBlank()) return strategyName;
|
||||
if (strategyId == null) return null;
|
||||
return strategyRepo.findById(strategyId)
|
||||
|
||||
Reference in New Issue
Block a user