manage/src/main/java/com/jilongda/manage/controller/TOrderAftersalesController.java
@@ -85,7 +85,7 @@ BeanUtils.copyProperties(byId,res); res.setOrderId(byId1.getId()); if (byId1.getUserId()!=null){ TAppUser byId4 = appUserService.getById(byId1); TAppUser byId4 = appUserService.getById(byId1.getUserId()); if (byId4!=null){ res.setPhone(byId4.getPhone()); res.setName(byId4.getName());