Przeglądaj źródła

Merge remote-tracking branch 'origin/master'

yurk 2 lat temu
rodzic
commit
d97222ae29

+ 0 - 1
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/service/impl/WxCorpInfoServiceImpl.java

@@ -908,7 +908,6 @@ public class WxCorpInfoServiceImpl extends ServiceImpl<WxCorpInfoMapper, WxCorpI
                     for (int j = 0; j < checkindata.size(); j++) {
                         JSONObject jsonObject = checkindata.getJSONObject(j);
                         if (jsonObject.get("userid").equals(objects[i])) {
-                            //todo: 获取最早上班打卡时间以及最晚下班打卡时间
                             Integer time = (Integer) jsonObject.get("checkin_time");
                             if (jsonObject.get("checkin_type").equals("上班打卡")&&!jsonObject.get("exception_type").equals("未打卡")) {
                                 upList.add(time);