Commit aad80406 by 284718418@qq.com

添加附件审批BUG修改

parent 60914f8d
...@@ -60,7 +60,7 @@ public class RequestDataUtils { ...@@ -60,7 +60,7 @@ public class RequestDataUtils {
String inputId = ""; String inputId = "";
// 找到审批表单对应的附件节点 inputId // 找到审批表单对应的附件节点 inputId
for (JSONObject object:forms) { for (JSONObject object:forms) {
if(FORMS_CLASS_NAME_VALUE.equals(object.get(FORMS_CLASS_NAME_KEY)) && FORMS_DISPLAY_NAME_VALUE.equals(object.get(FORMS_DISPLAY_NAME_KEY))){ if(FORMS_CLASS_NAME_VALUE.equals(object.get(FORMS_CLASS_NAME_KEY)) /*&& FORMS_DISPLAY_NAME_VALUE.equals(object.get(FORMS_DISPLAY_NAME_KEY))*/){
inputId = object.get(FORMS_INPUTID_KEY).toString(); inputId = object.get(FORMS_INPUTID_KEY).toString();
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment