This commit is contained in:
parent
0189beb20d
commit
58abac89e1
|
|
@ -15,4 +15,6 @@ public class SelectDto {
|
||||||
/** 字段编码*/
|
/** 字段编码*/
|
||||||
private String code;
|
private String code;
|
||||||
|
|
||||||
|
private Long id;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -74,5 +74,9 @@
|
||||||
contract_date AS contractDate
|
contract_date AS contractDate
|
||||||
FROM tb_exper_device
|
FROM tb_exper_device
|
||||||
WHERE del_flag = 0
|
WHERE del_flag = 0
|
||||||
|
<if test="id!=null">
|
||||||
|
AND dev_id = #{id}
|
||||||
|
</if>
|
||||||
|
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Loading…
Reference in New Issue