bug修复 46476

This commit is contained in:
yuezhihang
2021-08-12 10:46:50 +08:00
parent 2f2dc9e5e2
commit 78bbd4e9f0
@@ -45,6 +45,8 @@ public class EngineerApplayAfter implements TaskListener{
}
} else {
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());