微调
This commit is contained in:
@@ -95,7 +95,7 @@ public class AdHarmonicServiceImpl extends ServiceImpl<AdHarmonicMappper, AdHarm
|
|||||||
} else {
|
} else {
|
||||||
unit = "%";
|
unit = "%";
|
||||||
}
|
}
|
||||||
for (AdHarmonicResult harmonicResult : adHarmonicResults) {
|
for (AdHarmonicResult harmonicResult : value) {
|
||||||
for (Double i : harmNum) {
|
for (Double i : harmNum) {
|
||||||
dataVO = new RawDataVO();
|
dataVO = new RawDataVO();
|
||||||
dataVO.setHarmNum(i);
|
dataVO.setHarmNum(i);
|
||||||
|
|||||||
Reference in New Issue
Block a user