钉钉考勤

This commit is contained in:
张松
2025-12-01 14:37:06 +08:00
parent 483196a894
commit 435609ad76

View File

@@ -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");