陈昶聿
2026-08-27 9b1f0d5ff6e503060797083aa6693cc3fb6c35eb
smartor/src/main/java/com/smartor/mapper/ServiceTaskScheduleDetailMapper.java
@@ -64,4 +64,9 @@
     * 逻辑删除(按 taskid)
     */
    int deleteByTaskid(@Param("taskid") Long taskid);
    /**
     * 硬删除(按 taskid)
     */
    int hardDeleteByTaskid(@Param("taskid") Long taskid);
}