Sfoglia il codice sorgente

功率曲线拟合二期状态替换

王波 1 mese fa
parent
commit
3813524acc

+ 1 - 1
runeconomy-xk/src/main/java/com/gyee/runeconomy/service/auto/impl/NewDataFittingService.java

@@ -105,7 +105,7 @@ public class NewDataFittingService {
 
             try {
                 List<String> points = config.getPoints();
-                String replacement = wtt.get(0).getProjectId().equals("NX_FGS_HAF01_EG") ? "JKZT" : "FJZT";
+                String replacement = wtt.get(0).getProjectId().equals("NX_FGS_HAF01_EG") ? "JKZT" : "DI1485";
 
                 for (int i = 0; i < points.size(); i++) {
                     if (points.get(i).equals("MXZT")) {