挂起逻辑回退
This commit is contained in:
		
							parent
							
								
									8eb58cd683
								
							
						
					
					
						commit
						cc548f1d48
					
				| @ -490,7 +490,8 @@ public class TaskListener extends ProcessPubicListener { | ||||
| 
 | ||||
| 
 | ||||
| 					//挂起流程 | ||||
| 					SDK.getProcessAPI().suspend(pec.getProcessInstance()); | ||||
| 					//需要挂起逻辑 yujh 10.22 | ||||
| 					//SDK.getProcessAPI().suspend(pec.getProcessInstance()); | ||||
| 				} | ||||
| 				BO bo1=new BO(); | ||||
| 				bo1.set("PROCESSID",processId); | ||||
| @ -544,7 +545,8 @@ public class TaskListener extends ProcessPubicListener { | ||||
| 
 | ||||
| 
 | ||||
| 					//挂起流程 | ||||
| 					SDK.getProcessAPI().suspend(pec.getProcessInstance()); | ||||
| 					//取消挂起逻辑 yujh 10.22 | ||||
| 					//SDK.getProcessAPI().suspend(pec.getProcessInstance()); | ||||
| 				} | ||||
| 				bo.set("CEO_APPROVE",approve1); | ||||
| 				SDK.getBOAPI().update("BO_ACT_DATA_MONITORING",bo); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 yujh_java
						yujh_java