|  |  |  | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | if(Objects.isNull(wmsJobContractVO.getLockStatus())&& | 
|---|
|  |  |  | com.github.xiaoymin.knife4j.core.util.CollectionUtils.isNotEmpty(wmsJobContractVO.getPlatformWmsDetailList())){ | 
|---|
|  |  |  | wmsJobContractVO.setLockStatus( | 
|---|
|  |  |  | wmsJobContractVO.getPlatformWmsDetailList().get(Constants.ZERO).getLockStatus() | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | if(Constants.equalsInteger(platformWmsJob.getType(),Constants.ONE)){ | 
|---|
|  |  |  | if(Objects.isNull(wmsJobContractVO.getPlatformWmsDetailList().get(Constants.ZERO).getLockStatus())){ | 
|---|
|  |  |  | wmsJobContractVO.setLockStatus(Constants.ZERO | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | }else{ | 
|---|
|  |  |  | wmsJobContractVO.setLockStatus( | 
|---|
|  |  |  | wmsJobContractVO.getPlatformWmsDetailList().get(Constants.ZERO).getLockStatus() | 
|---|
|  |  |  | ); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | wmsJobContractVO.setStatus( | 
|---|
|  |  |  | wmsJobContractVO.getPlatformWmsDetailList().get(Constants.ZERO).getStatus() | 
|---|
|  |  |  | ); | 
|---|