zhanghua
2024-03-31 eab2da3110484499be388f34b7835a5f0bd6d297
bug修改
3个文件已修改
10 ■■■■ 已修改文件
ycl-platform/src/main/resources/application-online.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ycl-platform/src/main/resources/application-prod.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ycl-platform/src/main/resources/application-online.yml
@@ -67,8 +67,8 @@
videoPoint:
  url: http://172.28.194.180:7901
#  web_url: https://172.28.194.185:8282
    web_url: http://172.28.194.185:8281
  web_url: https://172.28.194.185:8282
#    web_url: http://172.28.194.185:8281
  port: 7901
  userName: suichang
  passWord: a12345677
ycl-platform/src/main/resources/application-prod.yml
@@ -67,8 +67,8 @@
videoPoint:
  url: http://172.28.194.180:7901
#  web_url: https://172.28.194.185:8282
  web_url: http://172.28.194.185:8281
  web_url: https://172.28.194.185:8282
#  web_url: http://172.28.194.185:8281
  port: 7901
  userName: suichang
  passWord: a12345677
ycl-platform/src/main/resources/mapper/caseHandler/BaseCaseMapper.xml
@@ -398,7 +398,7 @@
               COUNT(1) AS count
        FROM
            `ums_base_case` t1
            LEFT JOIN ums_sccg_region t2
            Inner JOIN ums_sccg_region t2
        ON t1.street_id = t2.id
        GROUP BY
            street_id