dingxin 5 лет назад
Родитель
Сommit
b9f9a8936a
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/main/resources/mapper/HelpRecordMapper.xml

+ 1
- 1
src/main/resources/mapper/HelpRecordMapper.xml Просмотреть файл

@@ -12,7 +12,7 @@
12 12
     b.create_date as createDate,
13 13
     b.phone as phone
14 14
     from ta_help_record b
15
-    where b.help_activity_id =  #{helpActivityId}
15
+    where b.help_record_initiate_id =  #{helpRecordInitiateId}
16 16
      order by b.create_date desc
17 17
      limit #{pageCode}, #{pageSize}
18 18
     </select>