产羔界面逻辑全部完成

This commit is contained in:
zyk
2026-02-04 09:09:26 +08:00
parent e233d50b56
commit e177df656f

View File

@@ -159,6 +159,7 @@
br.ram_id as ram_id,
ram.bs_manage_tags as male_ear_number,
ram.variety as male_breed,
ram.family as male_lineage,
br.create_time as breeding_date,
DATEDIFF(CURDATE(), br.create_time) as pregnancy_days,
br.technician as technician
@@ -212,8 +213,6 @@
<if test="technician != null">technician = #{technician},</if>
<if test="score != null">score = #{score},</if>
<if test="comment != null">comment = #{comment},</if>
<if test="updateBy != null">update_by = #{updateBy},</if>
<if test="updateTime != null">update_time = #{updateTime},</if>
</trim>
where id = #{id}
</update>