|
|
@@ -1150,7 +1150,7 @@ create_time = values(create_time)
|
|
|
|
|
|
<select id="selectByTid" resultType="com.goafanti.techproject.bo.OutTaskDetailsLog">
|
|
|
select
|
|
|
- id,tdid,aid,aname,create_time
|
|
|
+ id,tdid,aid,aname,create_time createTime
|
|
|
from task_details_log
|
|
|
where tdid = #{id}
|
|
|
</select>
|