select*from act_ru_identitylink where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187';select*from act_ru_task where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187';select*from act_ru_actinst where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187';select*from ACT_RU_EXECUTION where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187';select*from act_ru_variable where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187';select*from act_hi_identitylink where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187';select*from act_hi_taskinst where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187';select*from act_hi_actinst where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187';select*from act_hi_detail where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187';select*from act_hi_procinst where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187';``select*from act_ru_identitylink where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187'or task_id_='1a0102dd-56bf-11ee-bd0b-a6db891ed187';select*from act_ru_task where execution_id_='a247d8f4-56b9-11ee-bd0b-a6db891ed187';select*from act_ru_actinst where execution_id_='a247d8f4-56b9-11ee-bd0b-a6db891ed187';select*from act_ru_variable where execution_id_='a247d8f4-56b9-11ee-bd0b-a6db891ed187';select long_,text_ from act_ru_variable where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187'and name_='nrOfInstances';select long_,text_ from act_ru_variable where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187'and name_='nrOfActiveInstances';select*from ACT_RU_EXECUTION where id_='a247d8f4-56b9-11ee-bd0b-a6db891ed187';select*from act_hi_identitylink where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187'or task_id_='1a0102dd-56bf-11ee-bd0b-a6db891ed187';select*from act_hi_taskinst where execution_id_='a247d8f4-56b9-11ee-bd0b-a6db891ed187';select*from act_hi_actinst where execution_id_='a247d8f4-56b9-11ee-bd0b-a6db891ed187';``select*from act_ru_identitylink where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187'or task_id_='1a0102dd-56bf-11ee-bd0b-a6db891ed187';select*from act_ru_task where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187'and id_='1a0102dd-56bf-11ee-bd0b-a6db891ed187';select*from act_ru_actinst where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187'and task_id_='1a0102dd-56bf-11ee-bd0b-a6db891ed187';select*from act_hi_identitylink where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187'or task_id_='1a0102dd-56bf-11ee-bd0b-a6db891ed187';select*from act_hi_taskinst where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187'and id_='1a0102dd-56bf-11ee-bd0b-a6db891ed187';select*from act_hi_actinst where proc_inst_id_='baadc7cb-56be-11ee-bd0b-a6db891ed187'and task_id_='1a0102dd-56bf-11ee-bd0b-a6db891ed187';
删除方法
运行中数据
@Delete(value ="delete from act_ru_identitylink where task_id_=#{taskId}")voiddeleteRunIdentitylink(@Param("taskId")String taskId);@Delete(value ="delete from act_ru_task where proc_inst_id_=#{processInstanceId} and id_=#{taskId}")voiddeleteRunTask(@Param("processInstanceId")String processInstanceId,@Param("taskId")String taskId);@Delete(value ="delete from act_ru_actinst where proc_inst_id_=#{processInstanceId} and task_id_=#{taskId}")voiddeleteRunActinst(@Param("processInstanceId")String processInstanceId,@Param("taskId")String taskId);@Delete(value ="delete from ACT_RU_EXECUTION where id_=#{executionId}")voiddeleteRunExecution(@Param("executionId")String executionId);@Delete(value ="delete from act_ru_variable where execution_id_=#{executionId}")voiddeleteRunVariable(@Param("executionId")String executionId);@Update(value ="UPDATE act_ru_variable set long_=long_-1,text_=text_-1 where proc_inst_id_=#{processInstanceId} and name_=#{name}")voidupdateRunVariable(@Param("processInstanceId")String processInstanceId,@Param("name")String name);
历史数据
@Delete(value ="delete from act_hi_identitylink where task_id_=#{taskId}")voiddeleteHisIdentitylink(@Param("taskId")String taskId);@Delete(value ="delete from act_hi_taskinst where proc_inst_id_=#{processInstanceId} and id_=#{taskId}")voiddeleteHisTask(@Param("processInstanceId")String processInstanceId,@Param("taskId")String taskId);@Delete(value ="delete from act_hi_actinst where proc_inst_id_=#{processInstanceId} and task_id_=#{taskId}")voiddeleteHisActinst(@Param("processInstanceId")String processInstanceId,@Param("taskId")String taskId);
现在的FL也可以像splice一样啦,需要什么样的声音只需在fl里搜索,就会自动展示给你! FL Studio 简称FL,全称:Fruity Loops Studio,国人习惯叫它"水果"。软件现有版本是 FL Studio 21,已全面升级支…
1、打包
在这个界面左边右键,CreateNewBundle 将要打包的模型制作成预设体
在下面勾选 选好平台路径,点击Build
2、加载AB包
public class ABTest : MonoBehaviour
{// Start is called before the first frame updatevoid Start(){//加载AB包AssetB…
标题c#-Nuget 包“在此源中不可用”…但 VS 仍然知道它吗?
(c# - Nuget package “Not available in this source”… but VS still knows about it?)
背景: 今日从公司svn 上拉取很久很久以前的代码,拉取下来200报错,进一步发…
目录 一、System.gc()的理解二、内存溢出和内存泄漏2、内存泄漏 三、Stop the World1、什么是 stop the word ? 四、垃圾回收的并行和并发1、并发和并发2、垃圾回收的并行和并发 五、安全点与安全区域1、什么是安全点?2、安全区域 六、强引用(不可回收&…