吉安感知网项目-后端
linwei
2026-04-15 198a4f4c40a6849434991969060a4a7f91bc248e
fix: 成果下载+成果列表+飞手查询所有
1 files modified
6 ■■■■ changed files
drone-service/drone-gd/src/main/java/org/sxkj/gd/flyer/mapper/GdFlyerMapper.xml 6 ●●●● patch | view | raw | blame | history
drone-service/drone-gd/src/main/java/org/sxkj/gd/flyer/mapper/GdFlyerMapper.xml
@@ -65,9 +65,9 @@
            <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=")"> -->