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