陈昶聿
16 小时以前 29e7d214720287fb86141524dd4a814f09887df4
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);
}