Prechádzať zdrojové kódy

***************************** wx ****************************************
添加建筑楼层查询平面图接口

zhangweixin 4 rokov pred
rodič
commit
91e7459b4b

+ 1 - 0
labsl/src/main/kotlin/com/persagy/labsl/services/GraphService.kt

@@ -807,6 +807,7 @@ object GraphService : SObjectService<Graph>(SMybatisDao(
                     graphPub.id = IdUtils.uuidCreate()
                     /** 回收站标志 */
                     graphPub.state = 4
+                    graphPub.delTime = time()
                     /** 插入数据 */
                     val insert = GraphService.insert(graphPub)
                     /** 插入是否成功 */

+ 3 - 3
labsl/src/main/resources/application-test.yml

@@ -1,10 +1,10 @@
 server:
-  port: 8080
+  port: 8087
 
 spring:
   datasource:
-    url:                                jdbc:postgresql://datacenter:5432/datacenter
-#    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
+#    url:                                jdbc:postgresql://datacenter:5432/datacenter
+    url:                                jdbc:postgresql://192.168.64.15:5432/datacenter
 #    url:                                jdbc:postgresql://datacenter:5432/datacenterlabsl
     username:                           postgres
     password:                           cGVyc2FneV8yMDIwcXdlIUAj