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