소스 검색

研究队列返回问卷名称错误bug修复

wangzl 2 달 전
부모
커밋
09834e58dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizReasearchQueueMapper.xml

+ 1 - 1
tr-modules/tr-module-smartFollowUp/src/main/resources/mapper/smart/BizReasearchQueueMapper.xml

@@ -19,7 +19,7 @@
         SELECT
         brq.id as id,
         brq.name as  name,
-        brq.name as question_group_name,
+        bqg.name as question_group_name,
         brq.time_points_show as time_points_show,
         brq.clinic_count as clinic_count,
         brq.create_time as create_time,