feiyu02
2025-08-14 f373bbf83d9d2a7e5f96118d7dcd658c9fea8bc8
src/main/kotlin/cn/flightfeather/supervision/domain/ds1/repository/SubTaskRep.kt
@@ -16,8 +16,8 @@
        return subtaskMapper.updateByPrimaryKey(subtask)
    }
    fun findOne(id:String): Subtask? {
        return subtaskMapper.selectByPrimaryKey(id)
    fun findOne(primaryKey:String): Subtask? {
        return subtaskMapper.selectByPrimaryKey(primaryKey)
    }
    fun findAll(subtask: Subtask): List<Subtask?> {