Browse Source

Merge remote-tracking branch 'origin/dev_pingyiin_zqf' into dev_pingyiin_zqf

master
sunyuchao 3 years ago
parent
commit
df62818d20
  1. 2
      epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/PatrolRoutineWorkServiceImpl.java

2
epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/PatrolRoutineWorkServiceImpl.java

@ -456,7 +456,7 @@ public class PatrolRoutineWorkServiceImpl extends BaseServiceImpl<PatrolRoutineW
//2.获取工作人员缓存信息 //2.获取工作人员缓存信息
CustomerStaffInfoCacheResult staffInfo = CustomerStaffRedis.getStaffInfo(formDTO.getCustomerId(), resultDTO.getStaffId()); CustomerStaffInfoCacheResult staffInfo = CustomerStaffRedis.getStaffInfo(formDTO.getCustomerId(), resultDTO.getStaffId());
if (null == staffInfo) { if (null == staffInfo) {
throw new EpmetException(String.format("查询工作人员%s缓存信息失败...", formDTO.getStaffId())); throw new EpmetException(String.format("查询工作人员%s缓存信息失败...", resultDTO.getStaffId()));
} }
//3.获取网格缓存信息 //3.获取网格缓存信息
GridInfoCache gridInfo = CustomerOrgRedis.getGridInfo(resultDTO.getGridId()); GridInfoCache gridInfo = CustomerOrgRedis.getGridInfo(resultDTO.getGridId());

Loading…
Cancel
Save