xiaoyong931011
2020-07-07 772f214203892e2236738996baac7b7d52cebd3e
20200707   代码提交
2 files modified
3 ■■■■ changed files
src/main/resources/application-dev.yml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml 1 ●●●● patch | view | raw | blame | history
src/main/resources/application-dev.yml
@@ -22,7 +22,7 @@
  redis:
    # Redis数据库索引(默认为 0)
    database: 0
    database: 1
    # Redis服务器地址
    host: 47.114.114.219
    # Redis服务器连接端口
src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml
@@ -15,6 +15,7 @@
                </if>
            </if>
        </where>    
        ORDER BY s.create_time DESC
    </select>
    
</mapper>