taskStatus

This commit is contained in:
2025-01-03 15:31:40 +08:00
parent c376e3b1b6
commit a91389ca99
19 changed files with 187 additions and 67 deletions

View File

@@ -107,4 +107,9 @@ from task
where face_id = #{faceId} and automatic = 1
limit 1
</select>
<select id="get" resultType="com.ycwl.basic.model.pc.task.entity.TaskEntity">
select *
from task
where id = #{id}
</select>
</mapper>