修改1.0

This commit is contained in:
2025-08-24 00:03:46 +08:00
parent 02634eb7b6
commit 137b0e80e2
19 changed files with 85 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join sw_quarantine_sample sqs on sqr.sample_type = sqs.id
left join sheep_file sf on sqr.sheep_id = sf.id
where sqr.id = #{id}
ORDER BY datetime DESC
</select>
<insert id="insertQuarantineReport" parameterType="java.util.List">