rev:修改单据出库校验
This commit is contained in:
@@ -36,7 +36,9 @@ public class ClassHandler extends TypeHandler<JSONObject,ExecutionEntity<JSONOb
|
||||
String form_type = flowNode.getForm_type();
|
||||
JSONObject auxParam = new JSONObject();
|
||||
auxParam.put("form_type",form_type);
|
||||
auxParam.putAll(flowNode.getAuxParam());
|
||||
if (flowNode.getAuxParam()!=null){
|
||||
auxParam.putAll(flowNode.getAuxParam());
|
||||
}
|
||||
if (!CollectionUtils.isEmpty(entity.getAuxParam())){
|
||||
auxParam.putAll(entity.getAuxParam());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user