drone-service/drone-fw/src/main/java/org/sxkj/fw/device/dto/FwDeviceDTO.java
@@ -196,4 +196,8 @@ @ApiModelProperty(value = "是否启用") private Integer isEnabled; // track_status @ApiModelProperty(value = "出库状态") private Integer trackStatus; } drone-service/drone-fw/src/main/java/org/sxkj/fw/device/mapper/FwDeviceMapper.xml
@@ -47,6 +47,9 @@ ja_fw_device <where> is_deleted = 0 <if test="param2.trackStatus != null "> and track_status::text = #{param2.trackStatus}::text </if> <if test="param2.id != null and param2.id != ''"> and id::text = #{param2.id}::text </if>