| | |
| | | ycxm.setCkfw(tjOrderDetail.getStanId()); |
| | | ycxm.setDw(tjOrderDetail.getProAdvice()); |
| | | ycxm.setJynr(JSONUtil.toJsonStr(tjOrderDetail.getAdvices())); |
| | | ycxm.setJyjc(remark.getJyjc()); |
| | | ycxmService.save(ycxm); |
| | | } |
| | | |
| | |
| | | private String department; |
| | | |
| | | |
| | | @ExcelExport(value = "所在地",sort =-5) |
| | | @ExcelImport("所在地") |
| | | @Excel(name = "所在地",sort = 5,cellType = Excel.ColumnType.STRING,color = IndexedColors.RED) |
| | | @ApiModelProperty("所在地") |
| | | @ExcelExport(value = "体检所在地",sort =-5) |
| | | @ExcelImport("体检所在地") |
| | | @Excel(name = "体检所在地",sort = 5,cellType = Excel.ColumnType.STRING,color = IndexedColors.RED) |
| | | @ApiModelProperty("体检所在地") |
| | | private String szd; |
| | | |
| | | |