| | |
| | | import com.jilongda.manage.vo.TOrderAftersalesVO; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.util.StringUtils; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | SecUser byId3 = secUserService.getById(byId.getSysId()); |
| | | TOptometrist byId5 = tOptometristService.getById(byId.getOptometristId()); |
| | | TOrderAftersalesDetailVO res = new TOrderAftersalesDetailVO(); |
| | | BeanUtils.copyProperties(byId,res); |
| | | res.setOrderId(byId1.getId()); |
| | | if (byId1.getUserId()!=null){ |
| | | TAppUser byId4 = appUserService.getById(byId1); |