日志-面试修改时间信息
This commit is contained in:
@@ -133,4 +133,13 @@
|
||||
</set>
|
||||
where id = #{record.id}
|
||||
</update>
|
||||
<select id="selectByPartnerLineIdAndOperateType" resultMap="ResultMapWithBLOBs">
|
||||
select
|
||||
<include refid="Base_Column_List"/>,
|
||||
<include refid="Blob_Column_List"/>
|
||||
from hy_partner_task_info_log
|
||||
where partner_line_id = #{partnerLineId}
|
||||
and operate_type = #{operateType}
|
||||
order by create_time desc
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user