修改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

@@ -50,6 +50,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="diseaseId != null "> and disease_id = #{diseaseId}</if>
<if test="veterinary != null and veterinary != ''"> and veterinary = #{veterinary}</if>
</where>
ORDER BY datetime DESC
</select>
<select id="selectTreatmentById" parameterType="Long" resultMap="TreatmentResult">