|
|
select a.id,a.task_id taskId,a.content,date_format(a.create_time,'%Y-%m-%d %H:%i:%S') as createTimes,b.name as aName,
|
|
select a.id,a.task_id taskId,a.content,date_format(a.create_time,'%Y-%m-%d %H:%i:%S') as createTimes,b.name as aName,
|
|
|
where a.task_id= #{id,jdbcType=INTEGER} order by a.create_time
|
|
where a.task_id= #{id,jdbcType=INTEGER} order by a.create_time
|