Compare commits
No commits in common. "745f2ee5108f22f478d1794077df48517eba122b" and "cdcefab554b5532f667bba61c7e3c89acb63ec3a" have entirely different histories.
745f2ee510
...
cdcefab554
|
@ -251,7 +251,7 @@ public class AttendanceJgwTask {
|
|||
public static void findTeamByProjectId(String appId,String token,String projectId){
|
||||
String path="webapi/project/findTeamByProjectId";
|
||||
String time = System.currentTimeMillis() + "";
|
||||
String startId="100";
|
||||
String startId="0";
|
||||
String url=host+path+"?appId=" + appId + "&tokenSign=" + token +"×tamp=" + time;
|
||||
|
||||
String tokenSign = Md5Utils.hash(url);
|
||||
|
@ -322,11 +322,6 @@ public class AttendanceJgwTask {
|
|||
cnt++;
|
||||
}
|
||||
SurProjectAttendanceUser user=SurProjectAttendanceUser.createFromJgw(json);
|
||||
if(user.getWorkerId().equals("e878b1b9c6ac461ebc4109843974f4c3")){
|
||||
String k=user.getName();
|
||||
JSONArray arr2= json.getJSONArray("corpName");
|
||||
Object o=arr2.get(0);
|
||||
}
|
||||
}
|
||||
System.out.println("cnt:"+cnt+","+arr.size());
|
||||
//findAddWorkerByProject(appId, token, projectId, endId);
|
||||
|
|
Loading…
Reference in New Issue