|  |  |  | 
|---|
|  |  |  | .in(PlatformJob::getStatus,Constants.PlatformJobStatus.WAIT_CALL.getKey(), | 
|---|
|  |  |  | Constants.PlatformJobStatus.IN_WAIT.getKey(), | 
|---|
|  |  |  | Constants.PlatformJobStatus.CALLED.getKey()) | 
|---|
|  |  |  | .orderByDesc(PlatformJob::getStatus) | 
|---|
|  |  |  | .orderByAsc(PlatformJob::getSignDate) | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | //获取所有月台组 | 
|---|
|  |  |  | 
|---|
|  |  |  | .in(PlatformJob::getStatus,Constants.PlatformJobStatus.WAIT_CALL.getKey(), | 
|---|
|  |  |  | Constants.PlatformJobStatus.IN_WAIT.getKey(), | 
|---|
|  |  |  | Constants.PlatformJobStatus.CALLED.getKey()) | 
|---|
|  |  |  | .orderByDesc(PlatformJob::getStatus) | 
|---|
|  |  |  | .orderByDesc(PlatformJob::getSignDate)); | 
|---|
|  |  |  | platformGroup.setSignJobList(platformJobSignInList); | 
|---|
|  |  |  | //查询当前月台组下 | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }else if(Constants.equalsInteger(objType,Constants.PlatformJobLogType.WORKING.getKey())){ | 
|---|
|  |  |  | platformLog.setParam1(DateUtil.dateTypeToString(platformLog.getCreateDate(),"yyyy-MM-dd HH:mm:ss")); | 
|---|
|  |  |  | platformLog.setParam3("0"); | 
|---|
|  |  |  | platformLog.setParam3("0"); | 
|---|
|  |  |  | platformLog.setRemark(platformJobBefor.getPlatformId().toString()); | 
|---|
|  |  |  | }else{ | 
|---|
|  |  |  | platformLog.setParam3("0"); | 
|---|
|  |  |  | } | 
|---|