02 2024 档案
摘要:select t.id_ from act_ru_task t where t.proc_inst_id=''; --查询出上面的taskid作为条件(千万不要直接用proc_inst_id直接查询下面的表)修改即可 select t.user_id_ from act_ru_identitylin
阅读全文
摘要:select * from act_ru_task t where sysdate - to_date(to_char(t.create_time_,'yyyy-mm-dd'),'yyyy-mm-dd')>14 其中t.create_time_字段格式:timestamp(6)
阅读全文