Browse Source

几何渲染

huangxingxing 1 year ago
parent
commit
0a154007d2

+ 1 - 1
modelsrc/com/miniframe/model/system/dbconfig/MapperConfig-system.xml

@@ -5,7 +5,7 @@
     This file is generated by MyBatis Generator.
     This file is the shell of a Mapper Config file - in many cases you will need to add
       to this file before it is usable by MyBatis.
-    This file was generated on Tue Oct 10 17:28:02 CST 2023.
+    This file was generated on Thu Nov 02 09:21:39 CST 2023.
   -->
   <mappers>
     <mapper resource="com/miniframe/model/system/xml/SysAppcodeMapper.xml" />

+ 1 - 1
profiles/dev/userconfig/mq.properties

@@ -1,4 +1,4 @@
-host=192.168.0.43
+host=192.168.0.131
 port=5672
 username=admin
 passwd=admin

+ 2 - 2
profiles/dev/userconfig/user.properties

@@ -1,5 +1,5 @@
 #\u6C42\u89E3\u5668\u5730\u5740
-cfdurl=http://192.168.0.43:8081/
+cfdurl=http://192.168.0.131:8081/
 cfduid=5f06c8bc77234f969d13e160b54c27e3
 cfdtoken=e47b87eec69545559d1e81e56626da68
-es.host=http://localhost:8031
+es.host=http://192.168.0.131:8031

+ 1 - 1
src/main/java/com/miniframe/bisiness/system/AFT001Service.java

@@ -360,7 +360,7 @@ public class AFT001Service extends AFT001BaseModel implements ExecProcessFlow {
 			}
 		}else if(action.equals("geometryFileShow")){//几何文件渲染
 			try{
-				PretreatmentMsg preMsg= XiJsonUtil.jsonToPojo(paramJson, PretreatmentMsg.class);
+				PretreatmentMsg preMsg= new PretreatmentMsg();
 				AdiModelingMapper modelingMapper = UtilTools.getBean(AdiModelingMapper.class);
 				AdiModelingSQLBuilder sb = new AdiModelingSQLBuilder();
 				AdiModelingSQLBuilder.Criteria sc =sb.createCriteria();

+ 1 - 1
系统设计/实体Bean/build/build.xml

@@ -49,7 +49,7 @@
 				value="${basedir}/../../lib/postgresql-42.2.4.jar" />
 			<sysproperty key="driverClass" value="org.postgresql.Driver" />
 			<sysproperty key="connectionURL"
-				value="jdbc:postgresql://192.168.0.43:5432/adi-cae" />
+				value="jdbc:postgresql://192.168.0.131:5432/adi-cae" />
 			<sysproperty key="userId" value="postgres" />
 			<sysproperty key="password" value="postgres" />
 			<sysproperty key="schema" value="public" />