|
|
@ -118,6 +118,8 @@ public class UserPatrolRecordServiceImpl extends BaseServiceImpl<UserPatrolRecor |
|
|
|
if (effectRow == 0) { |
|
|
|
baseDao.insert(recordEntity); |
|
|
|
} |
|
|
|
midPatrolFormDTO.setPage(false); |
|
|
|
//todo 过滤掉巡查结束时间之后的轨迹
|
|
|
|
Result<List<MidPatrolDetailResult>> detailResult = dataStatisticalOpenFeignClient.getPatrolDetailList(midPatrolFormDTO); |
|
|
|
if (detailResult == null || !detailResult.success()) { |
|
|
|
log.error("获取巡查记录明细失败,param:{}", JSON.toJSONString(midPatrolFormDTO)); |
|
|
|