|
|
@@ -610,7 +610,7 @@ public class TongbuServiceImpl implements TongbuService {
|
|
|
System.out.println("开会地址:" + kaihuidizhi);
|
|
|
|
|
|
//参会人员(多选)
|
|
|
- JSONArray canhuirenyuanArray = jsonObject.getJSONArray("employeeField_m9atzdf9");
|
|
|
+ JSONArray canhuirenyuanArray = jsonObject.getJSONArray("employeeField_m9atzdf9_id");
|
|
|
System.out.println("参会人员(多选):" + canhuirenyuanArray);
|
|
|
|
|
|
if (canhuirenyuanArray != null && !canhuirenyuanArray.isEmpty()){
|