Browse Source

查询议题相关话题的信息时sql修正

dev_shibei_match
wangchao 6 years ago
parent
commit
b24113d92b
  1. 1
      epmet-gateway/pom.xml
  2. 4
      epmet-module/resi-group/resi-group-server/src/main/resources/mapper/topic/ResiTopicDao.xml
  3. 2
      epmet-module/resi-hall/resi-hall-server/src/main/java/com/epmet/controller/IssueController.java

1
epmet-gateway/pom.xml

@ -161,6 +161,7 @@
<!-- <gateway.routes.gov-issue-server.uri>http://localhost:8101</gateway.routes.gov-issue-server.uri>-->
<gateway.routes.gov-issue-server.uri>lb://gov-issue-server</gateway.routes.gov-issue-server.uri>
<!-- 23、政府工作端项目管理 -->
<!-- <gateway.routes.gov-project-server.uri>http://localhost:8102</gateway.routes.gov-project-server.uri>-->
<gateway.routes.gov-project-server.uri>lb://gov-project-server</gateway.routes.gov-project-server.uri>
<!-- 24、公共服务 -->
<gateway.routes.common-service-server.uri>lb://common-service-server</gateway.routes.common-service-server.uri>

4
epmet-module/resi-group/resi-group-server/src/main/resources/mapper/topic/ResiTopicDao.xml

@ -425,10 +425,10 @@
resi_topic_attachment attachment
ON
topic.ID = attachment.TOPIC_ID
WHERE
topic.DEL_FLAG = '0'
AND
attachment.DEL_FLAG = '0'
WHERE
topic.DEL_FLAG = '0'
AND
topic.ID = #{topicId}
ORDER BY

2
epmet-module/resi-hall/resi-hall-server/src/main/java/com/epmet/controller/IssueController.java

@ -173,7 +173,7 @@ public class IssueController {
}
/**
* @Description 满意度评价列表已转项目
* @Description 已转项目列表
* @param formDTO
* @author zxc
*/

Loading…
Cancel
Save