Commit ae89328563456590b880f7edd28137eacfdcad0d

Authored by wtt
1 parent c97a3a0826

update

Showing 1 changed file with 4 additions and 4 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/VolumeComponentAnalysisFacade.java View file @ ae89328
... ... @@ -352,10 +352,10 @@
352 352 k1 += 100;
353 353 }
354 354  
355   - if (k1 < 1000) {
356   - k1 = 1000;
357   - } else if (k1 > 3300) {
358   - k1 = 3300;
  355 + if (k1 < 1100) {
  356 + k1 = 1100;
  357 + } else if (k1 > 3000) {
  358 + k1 = 3000;
359 359 }
360 360 String type = null;
361 361 String[] evaluationType = new String[2];