src/main/resources/application-dev.yml | ●●●●● patch | view | raw | blame | history | |
src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml | ●●●●● 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>