Browse Source

/*卡片-巡视方案-巡视类型筛选-下拉列表为华软无人机、四足机器狗、鲁能机器人、摄像头相机根据任务实际情况显示下拉框内容*/

master
htjcAdmin 7 months ago
parent
commit
e795ae2899
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolTaskMapper.xml

+ 2
- 1
inspect-main/inspect-main-task/src/main/resources/mapper/task/PatrolTaskMapper.xml View File

@ -121,7 +121,8 @@
<if test="executionStatus != null and executionStatus != ''">and execution_status = #{executionStatus}</if>
<if test="taskCycle != null and taskCycle != ''">and task_cycle = #{taskCycle}</if>
<if test="devNo != null and devNo != ''">and dev_no = #{devNo}</if>
<if test="devType != null and devType != ''">and dev_type = #{devType}</if>
<!-- <if test="devType != null and devType != ''">and dev_type = #{devType}</if>-->
<if test="devType != null and devType != ''">and find_in_set(#{devType}, dev_type)</if>
<if test="storage != null and storage != ''">and storage = #{storage}</if>
<if test="areaId != null and areaId != ''">and area_id = #{areaId}</if>
<!-- <if test="areaName != null and areaName != ''">and area_name = #{areaName}</if>-->


Loading…
Cancel
Save