发布流程去掉修改是否需要三级审批、是否需要四级审批代码

This commit is contained in:
zhaol 2024-12-30 17:48:42 +08:00
parent 691fd5e12d
commit 3bee184df7
2 changed files with 4 additions and 1 deletions

View File

@ -144,7 +144,10 @@ public class SubFormAfterSave extends ExecuteListener {
//保存文件类型到主表
saveFileType(processInstId,formData);
int level1auditcount = DBSql.update("UPDATE BO_ACT_COE_PUBLISH SET LEVEL_AUDIT_REQUIRED='"+formData.getString("LEVEL_AUDIT_REQUIRED")+"', FOURTH_AUDIT_REQUIRED='"+formData.getString("FOURTH_AUDIT_REQUIRED")+"' WHERE BINDID ='" + processInstId + "'");
System.out.println("boName========="+boName);
System.out.println("LEVEL_AUDIT_REQUIRED============"+formData.getString("LEVEL_AUDIT_REQUIRED"));
System.out.println("FOURTH_AUDIT_REQUIRED============"+formData.getString("FOURTH_AUDIT_REQUIRED"));
//int level1auditcount = DBSql.update("UPDATE BO_ACT_COE_PUBLISH SET LEVEL_AUDIT_REQUIRED='"+formData.getString("LEVEL_AUDIT_REQUIRED")+"', FOURTH_AUDIT_REQUIRED='"+formData.getString("FOURTH_AUDIT_REQUIRED")+"' WHERE BINDID ='" + processInstId + "'");
/*