| | |
| | | @ApiModelProperty("样品编号") |
| | | private String sampleCode; |
| | | |
| | | private String createTime; |
| | | |
| | | private String insTime; |
| | | |
| | | private String submitTime; |
| | | |
| | | private String appointed; |
| | | |
| | | private String sendTime; |
| | | |
| | | } |
| | |
| | | if (orderState.getInsState() == 6) { |
| | | orderState.setInsState(0); |
| | | orderState.setNum(orderState.getNum() + 1);//递增 |
| | | orderState.setCreateTime(LocalDateTime.now()); |
| | | insOrderStateMapper.updateById(orderState); |
| | | } |
| | | } else { |
| | |
| | | private Integer userId; |
| | | private String userNameId; |
| | | |
| | | @ValueTableShow(value = 6,name = "报检时间") |
| | | private String createTime; |
| | | |
| | | @ValueTableShow(value = 8,name = "检验开始时间") |
| | | private String insTime; |
| | | |
| | |
| | | |
| | | @ValueTableShow(value = 10,name = "理由") |
| | | private String verifyTell; |
| | | |
| | | |
| | | private String sonLaboratory; |
| | | |