update 电池报告算法逻辑

This commit is contained in:
Lemon
2025-11-27 10:32:40 +08:00
parent b26416eac7
commit 2916d1ecaf

View File

@@ -134,7 +134,7 @@ public class ChargeAlgorithmRecordServiceImpl implements ChargeAlgorithmRecordSe
// 2-pdf 端
return record.getPdfUrl();
}
return null;
return "";
}
/**