钉钉考勤
This commit is contained in:
@@ -228,7 +228,7 @@ public class DingService {
|
||||
statsVO.setName(item.getName());
|
||||
if (repost != null) {
|
||||
statsVO.setActive(true);
|
||||
statsVO.setReport(repost.getJSONArray("column_vals"));
|
||||
// statsVO.setReport(repost.getJSONArray("column_vals"));
|
||||
repost.getJSONArray("column_vals").forEach(info -> {
|
||||
JSONObject infoObj = (JSONObject) info;
|
||||
Long id = infoObj.getJSONObject("column_vo").getLong("id");
|
||||
|
||||
Reference in New Issue
Block a user