bug修复 46476
This commit is contained in:
@@ -45,6 +45,8 @@ public class EngineerApplayAfter implements TaskListener{
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
delegateTask.setVariable("gcFlag", 2);
|
delegateTask.setVariable("gcFlag", 2);
|
||||||
|
JSONObject object1=delegateTask.getVariable("zxUserId",JSONObject.class);
|
||||||
|
nextUserList.add(object1.getString("id"));
|
||||||
}
|
}
|
||||||
//截止时间 流程描述 创建人
|
//截止时间 流程描述 创建人
|
||||||
String OVERTIME = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date());
|
String OVERTIME = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date());
|
||||||
|
|||||||
Reference in New Issue
Block a user