xueyiming hai 8 meses
pai
achega
c44bb55241

+ 0 - 1
we-com-server/src/main/java/com/tzld/piaoquan/wecom/job/WeComHistoryDataJob.java

@@ -273,7 +273,6 @@ public class WeComHistoryDataJob {
                             alertMessage.setStatus(subMissionList.getJSONObject(k).getString("status"));
                             JSONArray staffIdList = jsonArray.getJSONObject(i).getJSONArray("staff_id_list");
                             for (int s = 0; s < staffIdList.size(); s++) {
-                                String staffExtId = staffIdList.getString(s);
                                 AlertMessage newAlertMessage = new AlertMessage();
                                 BeanUtils.copyProperties(alertMessage, newAlertMessage);
                                 StaffExample staffExample = new StaffExample();