Przeglądaj źródła

app极光ker修改

gao.qiang 1 rok temu
rodzic
commit
5ffea019ec

+ 2 - 2
business-service/src/main/resources/mapper/service/BaseCameraManagementMapper.xml

@@ -44,10 +44,10 @@
                 and a.dept_id =#{deptId}
                 and a.dept_id =#{deptId}
             </if>
             </if>
             <if test="beginMile != null and beginMile != 0">
             <if test="beginMile != null and beginMile != 0">
-                and a.begin_mile &gt;=#{beginMile}
+                and a.install_mile &gt;=#{beginMile}
             </if>
             </if>
             <if test="endMile != null and endMile != 0">
             <if test="endMile != null and endMile != 0">
-                and a.end_mile &lt;=#{endMile}
+                and a.install_mile &lt;=#{endMile}
             </if>
             </if>
             <if test="installMile != null and installMile != 0">
             <if test="installMile != null and installMile != 0">
                 and a.install_mile =#{installMile}
                 and a.install_mile =#{installMile}

+ 2 - 2
hazard-admin/src/main/java/com/ozs/web/controller/websocket/JPushUtil.java

@@ -29,8 +29,8 @@ public class JPushUtil {
     // app
     // app
     // AppKey : 1712ced750e33d75d18cb577
     // AppKey : 1712ced750e33d75d18cb577
     // Master Secret : e4b8ba2eda2acd0f75177b88
     // Master Secret : e4b8ba2eda2acd0f75177b88
-    private final static String APPKER = "1712ced750e33d75d18cb577";
-    private final static String MASTERSECRET = "e4b8ba2eda2acd0f75177b88";
+    private final static String APPKER = "819d868c2b296ddf5599922b";
+    private final static String MASTERSECRET = "83d10771e2ba1c356aa0ae2c";
     // 极光demo
     // 极光demo
     // private final static String APPKER = "2a59ed096611fb4b82f08a44";
     // private final static String APPKER = "2a59ed096611fb4b82f08a44";
     // private final static String MASTERSECRET = "a121413e4b89b0a4b3998fe0";
     // private final static String MASTERSECRET = "a121413e4b89b0a4b3998fe0";