|
|
@ -771,6 +771,9 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
|
} |
|
|
|
|
|
|
|
CustomerGridDTO gridInfo = baseDao.gridAgencyByGrid(customerGridFormDTO.getGridId()); |
|
|
|
if (null != gridInfo) { |
|
|
|
redisUtils.hMSet(redisKey, BeanUtil.beanToMap(gridInfo)); |
|
|
|
} |
|
|
|
/*CustomerGridDTO gridInfo = ConvertUtils.sourceToTarget(baseDao.selectById(customerGridFormDTO.getGridId()), CustomerGridDTO.class); |
|
|
|
if (null != gridInfo) { |
|
|
|
CustomerAgencyEntity agency = customerAgencyService.selectById(gridInfo.getPid()); |
|
|
@ -779,7 +782,6 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
|
|
|
|
|
redisUtils.hMSet(redisKey, BeanUtil.beanToMap(gridInfo)); |
|
|
|
}*/ |
|
|
|
redisUtils.hMSet(redisKey, BeanUtil.beanToMap(gridInfo)); |
|
|
|
return gridInfo; |
|
|
|
} |
|
|
|
|
|
|
|