| | |
| | | <if test="param2.skilledUavType != null and param2.skilledUavType != ''"> |
| | | and skilled_uav_type = #{param2.skilledUavType} |
| | | </if> |
| | | <if test="param2.skilledTaskType != null and param2.skilledTaskType != ''"> |
| | | and skilled_task_type = #{param2.skilledTaskType} |
| | | </if> |
| | | <!-- <if test="param2.skilledTaskType != null and param2.skilledTaskType != ''"> --> |
| | | <!-- and skilled_task_type = #{param2.skilledTaskType} --> |
| | | <!-- </if> --> |
| | | <!-- <if test="param2.deptList != null and param2.deptList.size > 0"> --> |
| | | <!-- AND create_dept in --> |
| | | <!-- <foreach collection="param2.deptList" item="deptId" open="(" separator="," close=")"> --> |