|
|
@@ -40,6 +40,7 @@ import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
@Service
|
|
|
public class ActivitiService {
|
|
|
@@ -95,6 +96,7 @@ public class ActivitiService {
|
|
|
*
|
|
|
* <p>描述: 根据工作流Key, 用户id, 业务表Key 查询待办任务列表</p>
|
|
|
*/
|
|
|
+ @Transactional
|
|
|
public void completeTask(ActiCompleteVM actiVm) {
|
|
|
String processKey = actiVm.getProcessKey();
|
|
|
String businessKey = actiVm.getBusinessKey();
|