Browse Source

******************WX *********************
类型

zhangweixin 4 years ago
parent
commit
1d589a21cd

+ 17 - 8
datasyn/src/main/kotlin/com/persagy/server/syn/models/api/obj/EquipApi.kt

@@ -342,16 +342,25 @@ object EquipApi {
         try {
             /** 直接 http 请求还是通过注册中心 */
             if (!Configure.customProperties.eurekaorhttp) {
-                val url = "${opts.data_rwd}/rwd/instance/relation/delete?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
-                val postObject = SHttpUtil.postObject<MiddleGroundDataRespose>(url, jsonObject)
-                if (postObject.result == "success") {
-                    return true
+                try {
+                    val url = "${opts.data_rwd}/rwd/instance/relation/delete?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
+                    val postObject = SHttpUtil.postObject<MiddleGroundDataRespose>(url, jsonObject)
+                    if (postObject.result == "success") {
+                        return true
+                    }
+                } catch (e: Exception) {
+                    e.printStackTrace()
                 }
             } else {
-                val url = "http://${Configure.serviceNameConfig.DMPRWD}/rwd/instance/relation/delete?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
-                val postObject = Configure.restTemplate.postForObject(url, jsonObject, MiddleGroundDataRespose::class.java)
-                if (postObject.result == "success") {
-                    return true
+                try {
+                    val url = "http://${Configure.serviceNameConfig.DMPRWD}/rwd/instance/relation/delete?groupCode=$groupCode&projectId=${projectId}&appId=datacenter"
+                    val postObject = Configure.restTemplate.postForObject(url, jsonObject, MiddleGroundDataRespose::class.java)
+                    if (postObject.result == "success") {
+                        return true
+                    }
+                } catch (e: Exception) {
+                    e.printStackTrace()
+
                 }
             }
         } catch (e: Exception) {

+ 30 - 30
datasyn/src/main/kotlin/com/persagy/server/syn/services/jms/rel/AutomaticCalculationSync.kt

@@ -785,11 +785,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sp2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sp2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -819,11 +819,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sp2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sp2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -853,11 +853,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sp2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sp2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -889,11 +889,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sp2bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sp2Bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sp2Bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -923,11 +923,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sh2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sh2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -957,11 +957,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sh2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sh2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -991,11 +991,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sh2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sh2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1025,11 +1025,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Sh2Bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Sh2Bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Sh2Bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1093,11 +1093,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Fl2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Fl2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1127,11 +1127,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Fl2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Fl2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1161,11 +1161,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Fl2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Fl2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Fl2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1195,11 +1195,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Bd2Sp", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Bd2Sp", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1229,11 +1229,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Bd2Sh", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Bd2Sh", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1263,11 +1263,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Bd2Fl", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Bd2Fl", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2
@@ -1297,11 +1297,11 @@ class AutomaticCalculationSync {
                 for (rEq2Sp in rEq2SpList) {
                     try {
                         /** 先执行删除 */
-                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                        val toJsonObj = Configure.toJsonObj("ArchForArch", "Bd2bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val delRel = EquipApi.delRel(dictProject.groupCode!!, message.projectId!!, toJsonObj)
                         /** 关系列表 */
                         val toJsonObjArray =
-                            Configure.toJsonObjArray("ArchForArch", "Bd2bd", rEq2Sp.id1!!, rEq2Sp.id1!!)
+                            Configure.toJsonObjArray("ArchForArch", "Bd2bd", rEq2Sp.id1!!, rEq2Sp.id2!!)
                         val createRel = EquipApi.createRel(dictProject.groupCode!!, message.projectId!!, toJsonObjArray)
                         if (!createRel){
                             message.sign = 2