|
@@ -19,7 +19,7 @@ public class C00007Service extends C00007BaseModel implements ExecProcessFlow {
|
|
* 基础系统,“项目求解每步数据”业务核心处理
|
|
* 基础系统,“项目求解每步数据”业务核心处理
|
|
*/
|
|
*/
|
|
public void transExecute() throws Exception {
|
|
public void transExecute() throws Exception {
|
|
- IniFileReader ini = new IniFileReader("sms.properties");
|
|
|
|
|
|
+ IniFileReader ini = new IniFileReader("user.properties");
|
|
String host = ini.getStrValue("es.host")+"/searchAllIter";
|
|
String host = ini.getStrValue("es.host")+"/searchAllIter";
|
|
String path ="";
|
|
String path ="";
|
|
String method="";
|
|
String method="";
|