1. singleResult返回多条数据报错
Deployment d = repositoryService.createDeploymentQuery().deploymentTenantId("1").singleResult();
singleResult如果返回2条数据,则会报错!
org.activiti.engine.ActivitiException: Query return 2 results instead of max 1
1. singleResult返回多条数据报错
Deployment d = repositoryService.createDeploymentQuery().deploymentTenantId("1").singleResult();
singleResult如果返回2条数据,则会报错!
org.activiti.engine.ActivitiException: Query return 2 results instead of max 1
上一篇:activiti部署
阅读文本大概需要3分钟。在刚接触流程引擎Activiti的时候误以为必须得使用它所提供的用户管理,而
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M