解决间谐波检测脚本问题
This commit is contained in:
@@ -256,7 +256,7 @@ public class AdHarmonicServiceImpl extends ServiceImpl<AdHarmonicMappper, AdHarm
|
|||||||
if (value == value.longValue()) {
|
if (value == value.longValue()) {
|
||||||
return value;
|
return value;
|
||||||
} else {
|
} else {
|
||||||
return value + 0.5;
|
return value + 1.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user