|
@@ -48,6 +48,7 @@ public class ConvertServiceImpl implements IConvertService {
|
|
|
JSONObject playload = new JSONObject();
|
|
|
playload.put("stationCode", dto.getStationCode());
|
|
|
playload.put("entityId", dto.getEntityId());
|
|
|
+ playload.put("upTime", dto.getUpTime());
|
|
|
List<FullphotoFileindex> fullphotoFileindices = fullphotoFileindexService.listByStationCodeAndEntityId(dto.getStationCode(), dto.getEntityId());
|
|
|
if(CollUtil.isEmpty(fullphotoFileindices)){
|
|
|
return ResultData.error(ServerCode.RESOURCE_NOT_EXIST);
|