xiaoyong931011
2020-07-07 772f214203892e2236738996baac7b7d52cebd3e
20200707   代码提交
2 files modified
5 ■■■■■ changed files
src/main/resources/application-dev.yml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml 3 ●●●● 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
@@ -14,7 +14,8 @@
                    and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})
                </if>
            </if>
        </where>
        </where>
        ORDER BY s.create_time DESC
    </select>
    
</mapper>