Sfoglia il codice sorgente

地磅调用配置改为true

donglang 1 mese fa
parent
commit
f2d43647be

+ 1 - 1
iot-platform-manager/src/main/java/com/platform/external/config/WeighbridgePushProperties.java

@@ -17,5 +17,5 @@ public class WeighbridgePushProperties {
     /**
      * 是否启用外部系统推送,默认关闭,避免未配置外部系统时影响现有业务流程。
      */
-    private Boolean enabled = Boolean.FALSE;
+    private Boolean enabled = Boolean.TRUE;
 }