Commit 7ac2809b authored by youxiaoji's avatar youxiaoji

* [待补充信息不需要返回接访人信息]

parent 66f45998
...@@ -319,6 +319,10 @@ public class VisitorAppointmentTool { ...@@ -319,6 +319,10 @@ public class VisitorAppointmentTool {
if(infoCollectorService.getValue(tmp.getString("field_name")) != null){ if(infoCollectorService.getValue(tmp.getString("field_name")) != null){
pangeJson.getJSONObject("props").put("value", infoCollectorService.getValue(tmp.getString("field_name")).toString()); pangeJson.getJSONObject("props").put("value", infoCollectorService.getValue(tmp.getString("field_name")).toString());
} }
if(tmp.getString("field_name").compareToIgnoreCase("接访员工手机号") == 0
|| tmp.getString("field_name").compareToIgnoreCase("接访员工姓名") == 0){
continue;
}
lackJson.add(pangeJson); lackJson.add(pangeJson);
} }
JSONObject formMessage = new JSONObject(); JSONObject formMessage = new JSONObject();
......
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