gushoubang 1 month ago
parent
commit
390a0391de

+ 5 - 5
onemap-modules/onemap-apply/src/main/java/com/onemap/apply/service/gdbh/impl/TGdbhGdServiceImpl.java

@@ -275,10 +275,10 @@ public class TGdbhGdServiceImpl implements ITGdbhGdService {
                         }
 
                         Double dr4 = dr_hou4;
-                        if (dr4 > 10) {
-                            writetilt = "0.100000000000000006";
-//                            writeheading = heading;
-                        } else {
+//                        if (dr4 > 10) {
+//                            writetilt = "0.100000000000000006";
+////                            writeheading = heading;
+//                        } else {
 //                            Double dr = Math.abs(dr_mr - dr_hou);
 //                            if (dr > 10 && dr < 160) {
 //                                writetilt = "0.100000000000000006";
@@ -295,7 +295,7 @@ public class TGdbhGdServiceImpl implements ITGdbhGdService {
                                 writetilt = tilt;
 //                                writeheading = heading;
 //                            }
-                        }
+//                        }
                     }
                     String height = dto.getHeight();
                     if (null != tGdbhFlightBatchDto) {