| | |
| | | |
| | | @ApiModelProperty(value = "检验状态", hidden = true) |
| | | private Integer inspectionStatus; |
| | | |
| | | @ApiModelProperty(value = "规格型号名称", hidden = true) |
| | | private String speName; |
| | | } |
| | |
| | | ld.unit unit, |
| | | ld.experiment experiment, |
| | | ld.samples_number samplesNumber, |
| | | ld.remarks remarks |
| | | ld.remarks remarks, |
| | | s.name speName |
| | | FROM link_basic_information lb left join |
| | | link_detection ld |
| | | on lb.id = ld.link_basic_id |
| | | left join specifications s |
| | | on ld.specifications_models = s.id |
| | | where lb.uid = #{uid} |
| | | and lb.state = 1 |
| | | </select> |
| | |
| | | <result property="samplesNumber" column="samplesNumber"/> |
| | | <result property="remarks" column="remarks"/> |
| | | <result property="experiment" column="experiment"/> |
| | | <result property="speName" column="speName"/> |
| | | </collection> |
| | | </resultMap> |
| | | </mapper> |
| | |
| | | # redis访问密码(默认为空) |
| | | password: null |
| | | # redis连接超时时间(单位毫秒) |
| | | timeout: 50000 |
| | | timeout: 2000 |
| | | # redis连接池配置 |
| | | pool: |
| | | # 最大可用连接数(默认为8,负数表示无限) |