浏览代码

修复 bug

weiximei 6 年前
父节点
当前提交
091efa69cf

+ 2
- 2
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/MonitoringServiceImpl.java 查看文件

@@ -40,8 +40,8 @@ public class MonitoringServiceImpl implements IMonitoringService {
40 40
         parMap.put("unitUuids","1048576");
41 41
 
42 42
         String result = HKOpenApi.getMonitoryPoint(parMap);
43
-        String url = "rtsp://vipgz1.idcfengye.com:10004/realplay://#cameraUuid#:SUB:";
44
-        
43
+        // String url = "rtsp://vipgz1.idcfengye.com:10004/realplay://#cameraUuid#:SUB:";
44
+        String url = "rtsp://vipgz1.idcfengye.com:10127/realplay://#cameraUuid#:SUB:";
45 45
         JSONArray cameraList = JSONObject.parseObject(result).getJSONObject("data").getJSONArray("list");
46 46
         List<String> urlList = new ArrayList<String>();
47 47
         for (Object cameraMap : cameraList){

+ 1
- 1
CODE/smart-community/property-api/src/main/resources/mapper/BillStatementMapper.xml 查看文件

@@ -23,7 +23,7 @@
23 23
                     and tb.bill_name like CONCAT('%',#{map.billName},'%')
24 24
                 </if>
25 25
                 <if test="map.billInvoiceId != null">
26
-                    and tbs.id = #{map.billInvoiceId}
26
+                    and tbs.bill_invoice_id = #{map.billInvoiceId}
27 27
                 </if>
28 28
                 <if test="map.payName != null and map.payName != ''">
29 29
                     and tbs.pay_name like CONCAT('%', #{map.payName}, '%')