| | |
| | | |
| | | int upStandardProductList(StandardProductList list); |
| | | |
| | | int delStandardProduct(JSONArray list); |
| | | |
| | | List<StandardProductList> selectStandardProductList(InsSampleReceiveDto insSample); |
| | | |
| | | Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree, Integer page); |
| | | /** |
| | | * 根据检验标准和标准树节点生成检验项目,并同步该节点下已保存的项目配置。 |
| | | * |
| | | * <p>该方法会删除目标节点(或其子节点)的旧记录后重新批量保存,因此并非只读查询。</p> |
| | | * |
| | | * @param id 检验标准 ID |
| | | * @param tree 标准树路径,使用 {@code " - "} 分隔层级 |
| | | * @return {@code productList} 为生成后的检验项目列表,{@code total} 为列表数量 |
| | | */ |
| | | Map<String, Object> selectStandardProductListByMethodId(Integer id, String tree); |
| | | |
| | | IPage<StandardProductList> selectStandardProductByMethodId(Integer id, String tree, Integer page, String laboratory, String item, String items); |
| | | |