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