|
|
@ -352,8 +352,6 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
|
customerGridDTO.setLatitude(editGridFormDTO.getLatitude()); |
|
|
|
} |
|
|
|
customerGridDTO.setCenterAddress(editGridFormDTO.getCenterAddress()); |
|
|
|
log.info("a",customerGridDTO.getSort()); |
|
|
|
log.error("b",customerGridDTO.getSort()); |
|
|
|
baseDao.editGrid(customerGridDTO); |
|
|
|
//一些下拉组织树的缓存要清除掉
|
|
|
|
String orgTreeCachePrexKey = RedisKeys.getOrgTreeCachePrexKey(tokenDto.getCustomerId()); |
|
|
|