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