Преглед на файлове

研究队列返回问卷名称错误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,