流程发布判断

This commit is contained in:
zhal 2022-07-23 19:59:24 +08:00
parent 27c6d3e661
commit 907896a160

View File

@ -21,7 +21,7 @@ public class PublishLoadBefore extends ExecuteListener {
//BO表记录注意该记录的数据如果被修改将会体现到表单上修改后不会直接持久化到数据库中
BO boData = (BO) ctx.getParameter(ListenerConst.FORM_EVENT_PARAM_BODATA);
//如果有值就不再去计算了
if(boData.getString("DEAPRTMNUM") != null && !boData.getString("DEAPRTMNUM").isEmpty()){
if(boData.getString("DEPARTMENT_PROOFREADER") != null && !boData.getString("DEPARTMENT_PROOFREADER").isEmpty()){
return;
}
//根据部门名称 和单位 计算出 内部校对人 和流程经理