绝大部分页面修改完成
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
END as mating_type_name,
|
||||
sf.mating_date,
|
||||
sf.parity,
|
||||
sf.variety as ram_variety, -- 这里需要根据实际配种公羊信息调整
|
||||
sf.variety as ram_variety,
|
||||
sf.month_age,
|
||||
CASE
|
||||
WHEN sf.mating_date IS NOT NULL AND smr.datetime IS NOT NULL
|
||||
@@ -145,9 +145,15 @@
|
||||
</foreach>
|
||||
</delete>
|
||||
|
||||
<!-- 根据耳号查询羊只信息 -->
|
||||
<select id="selectSheepByManageTags" parameterType="String" resultType="map">
|
||||
select bs_manage_tags, variety, parity, month_age, sheepfold_name, dr_ranch
|
||||
select
|
||||
bs_manage_tags,
|
||||
variety,
|
||||
parity,
|
||||
month_age,
|
||||
sheepfold_name,
|
||||
dr_ranch,
|
||||
gender
|
||||
from sheep_file
|
||||
where bs_manage_tags = #{manageTags}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user