ITIC曲线画图区间问题
This commit is contained in:
@@ -8805,7 +8805,7 @@ public class ReportServiceImpl implements ReportService {
|
||||
for (int i = 0; i < xbardata.size(); i++) {
|
||||
OB ob = xbardata.get(i);
|
||||
//是否超过上限
|
||||
if (ob.getA() <= 0.03) {
|
||||
if (ob.getA() <= 0.003) {
|
||||
int line = 230 - 30000 * (int) ob.getA();
|
||||
if (ob.getB() > line) {
|
||||
pointno[i][0] = ob.getA();
|
||||
|
||||
Reference in New Issue
Block a user