智慧保安后台管理-外网项目备份
Administrator
2021-11-15 8782a61b92d8dc1f8d3fd7d16a517fa934ac7e96
src/main/java/org/springblade/modules/dispatcher/mapper/DispatcherMapper.xml
@@ -105,4 +105,8 @@
        and sd.status = 0
    </select>
    <update id="updateEndtime">
        update sys_dispatcher set end_time =#{endTime} where dispatcher_unit_id =#{disId}
    </update>
</mapper>