dingxin 5 years ago
parent
commit
b9f9a8936a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/resources/mapper/HelpRecordMapper.xml

+ 1
- 1
src/main/resources/mapper/HelpRecordMapper.xml View File

@@ -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>