From e177df656fb2747a5ffff5a3328931f6db7cf2ad Mon Sep 17 00:00:00 2001 From: zyk Date: Wed, 4 Feb 2026 09:09:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E7=BE=94=E7=95=8C=E9=9D=A2=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=85=A8=E9=83=A8=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/produce/breed/ScLambingRecordMapper.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zhyc-module/src/main/resources/mapper/produce/breed/ScLambingRecordMapper.xml b/zhyc-module/src/main/resources/mapper/produce/breed/ScLambingRecordMapper.xml index ca99ee7..9dc5c66 100644 --- a/zhyc-module/src/main/resources/mapper/produce/breed/ScLambingRecordMapper.xml +++ b/zhyc-module/src/main/resources/mapper/produce/breed/ScLambingRecordMapper.xml @@ -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 @@ technician = #{technician}, score = #{score}, comment = #{comment}, - update_by = #{updateBy}, - update_time = #{updateTime}, where id = #{id}