管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-08-01 68e52d440a946e78f83cc0db5b92f9aa0a949ef0
1
已修改3个文件
8 ■■■■ 文件已修改
src/main/resources/application.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/data/PublishMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/data/TaskMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml
@@ -42,8 +42,8 @@
  datasource:
    name: prod
    # JDBC 基本配置 &currentSchema=public
    #url: jdbc:postgresql://103.85.165.99:5433/langfang?useAffectedRows=true
    url: jdbc:postgresql://192.168.20.205:5433/langfang?useAffectedRows=true
    url: jdbc:postgresql://103.85.165.99:5433/langfang?useAffectedRows=true
    #url: jdbc:postgresql://192.168.20.205:5433/langfang?useAffectedRows=true
    #url: jdbc:postgresql://127.0.0.1:5433/langfang?useAffectedRows=true
    username : postgres
    password: Postgres!_14_Lf
src/main/resources/mapper/data/PublishMapper.xml
@@ -76,7 +76,7 @@
                and ${type}
            </if>
        </where>
        order by a.update_time desc, a.create_time desc
        order by a.create_time desc
        limit #{limit} offset #{offset}
    </select>
src/main/resources/mapper/data/TaskMapper.xml
@@ -32,7 +32,7 @@
                and type = #{type}
            </if>
        </where>
        order by a.update_time desc, a.create_time desc
        order by a.create_time desc
        limit #{limit} offset #{offset}
    </select>