修改return返回位置

master
linjj 9 months ago
parent 2c0510d325
commit ee60f27c4b

@ -747,8 +747,8 @@ public class CommomService {
outs.add(outSrc);
Integer value = Math.round((i + 1) * 100 / nameList.length);
printLoadingMap.put(mapKey, value);
return outs;
}
return outs;
}
//<-------------------------------------------------单独处理联众图像逻辑------------------------------------------------------>
for (int i = 0; i < nameList.length; i++) {

@ -1,13 +1,12 @@
#power\u6743\u9650\u7CFB\u7EDF\u7684\u670D\u52A1\u5668\u5730\u5740\u5934
POWER_IP =localhost
POWER_URLHEAD = http://localhost:8080/power
POWER_IP =10.1.1.146
POWER_URLHEAD = http://10.1.1.146:8080/power
POWER_JSPHEAD = localhost
POWER_JSP = http://localhost:8080/power
POWER_JSPHEAD = 10.1.1.146
POWER_JSP = http://10.1.1.146:8080/power
#\u672C\u8EAB\u7CFB\u7EDF\u7684\u670D\u52A1\u5668\u5730\u5740\u5934
EMR_RECORD_JSP = http://localhost:8081/emr_record
EMR_RECORD_JSP = http://10.1.1.146:8080/emr_record
#webSocket\u670D\u52A1\u5668\u5730\u5740
WEBSOCKET_URLHEAD = ${POWER_JSPHEAD}:8088

Loading…
Cancel
Save