|
@@ -87,6 +87,11 @@ public class ThirdPartyWorkflowJob extends AbstractJob{
|
|
|
String updateSql = "update "+tableName+" set shi_fou_guo_shen_='待编制' where id_='"+objectMap.get("id_")+"'";
|
|
String updateSql = "update "+tableName+" set shi_fou_guo_shen_='待编制' where id_='"+objectMap.get("id_")+"'";
|
|
|
commonDao.execute(updateSql);
|
|
commonDao.execute(updateSql);
|
|
|
}
|
|
}
|
|
|
|
|
+ if (nodeNum == 1) {
|
|
|
|
|
+ //流程节点等于1的直接将状态改完已完成,有快照的等补充快照定时任务刷到才生成
|
|
|
|
|
+ String updateSql = "update "+tableName+" set shi_fou_guo_shen_='已完成' where id_='"+objectMap.get("id_")+"'";
|
|
|
|
|
+ commonDao.execute(updateSql);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
}
|
|
}
|