智慧保安后台管理-外网项目备份
Administrator
2021-12-02 859fc9f3c05e88c1d1af5dcdb91c88800c2aab5d
src/main/java/org/springblade/modules/dispatcher/mapper/DispatcherMapper.xml
@@ -41,7 +41,6 @@
            and sd.dept_id = #{dispatcher.deptId}
        </if>
        <if test="dispatcher.dispatch!=null and dispatcher.dispatch!=''">
            and bu.dispatch = #{dispatcher.dispatch}
            and sd.status = #{dispatcher.dispatch}
        </if>
        <if test="dispatcher.userIds!=null and  dispatcher.userIds!=''">
@@ -105,4 +104,8 @@
        and sd.status = 0
    </select>
    <update id="updateEndtime">
        update sys_dispatcher set end_time =#{endTime} where dispatcher_unit_id =#{disId}
    </update>
</mapper>