Kaynağa Gözat

Merge branch 'qtz3' of SH-Arbitrate/Arbitrate-Backend into dev

qtz 2 yıl önce
ebeveyn
işleme
fdbfcafb81

+ 1
- 2
ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/service/impl/CaseApplicationServiceImpl.java Dosyayı Görüntüle

1699
                                                     JSONObject coordinateObj = coordinatesArray.getJSONObject(0);
1699
                                                     JSONObject coordinateObj = coordinatesArray.getJSONObject(0);
1700
                                                     double positionX = coordinateObj.getDoubleValue("positionX");
1700
                                                     double positionX = coordinateObj.getDoubleValue("positionX");
1701
                                                     double positionY = coordinateObj.getDoubleValue("positionY");
1701
                                                     double positionY = coordinateObj.getDoubleValue("positionY");
1702
-//                                                    sealSignRecord.setPositionXorg(positionX+60);
1703
-                                                    sealSignRecord.setPositionXorg(positionX);
1702
+                                                    sealSignRecord.setPositionXorg(positionX+90);
1704
                                                     sealSignRecord.setPositionYorg(positionY);
1703
                                                     sealSignRecord.setPositionYorg(positionY);
1705
                                                 }
1704
                                                 }
1706
                                             }
1705
                                             }