|
@@ -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
|