体尺测量部分逻辑修改
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
<if test="gender != null ">and gender = #{gender}</if>
|
||||
<if test="birthday != null ">and birthday = #{birthday}</if>
|
||||
<if test="birthWeight != null ">and birth_weight = #{birthWeight}</if>
|
||||
<if test="currentWeight != null">current_weight = #{currentWeight},</if>
|
||||
<if test="parity != null ">and parity = #{parity}</if>
|
||||
<if test="statusId != null ">and status_id = #{statusId}</if>
|
||||
<if test="weaningDate != null ">and weaning_date = #{weaningDate}</if>
|
||||
@@ -278,6 +279,7 @@
|
||||
<if test="gender != null">gender = #{gender},</if>
|
||||
<if test="birthday != null">birthday = #{birthday},</if>
|
||||
<if test="birthWeight != null">birth_weight = #{birthWeight},</if>
|
||||
<if test="currentWeight != null">current_weight = #{currentWeight},</if>
|
||||
<if test="parity != null">parity = #{parity},</if>
|
||||
<if test="statusId != null">status_id = #{statusId},</if>
|
||||
<if test="weaningDate != null">weaning_date = #{weaningDate},</if>
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
bs.parity,
|
||||
bs.birth_weight as birth_weight,
|
||||
bs.weaning_weight as weaning_weight,
|
||||
bs.current_weight as current_weight,
|
||||
sm.current_weight as current_weight,
|
||||
sm.height,
|
||||
sm.bust,
|
||||
sm.body_length,
|
||||
@@ -123,6 +123,7 @@
|
||||
<if test="hipHeight != null">hip_height,</if>
|
||||
<if test="rumpWidth != null">rump_width,</if>
|
||||
<if test="rumpHeignt != null">rump_heignt,</if>
|
||||
<if test="currentWeight != null">current_weight,</if>
|
||||
<if test="hipWidth != null">hip_width,</if>
|
||||
<if test="hipCrossHeight != null">hip_cross_height,</if>
|
||||
<if test="comment != null">comment,</if>
|
||||
@@ -141,6 +142,7 @@
|
||||
<if test="hipHeight != null">#{hipHeight},</if>
|
||||
<if test="rumpWidth != null">#{rumpWidth},</if>
|
||||
<if test="rumpHeignt != null">#{rumpHeignt},</if>
|
||||
<if test="currentWeight != null">#{currentWeight},</if>
|
||||
<if test="hipWidth != null">#{hipWidth},</if>
|
||||
<if test="hipCrossHeight != null">#{hipCrossHeight},</if>
|
||||
<if test="comment != null">#{comment},</if>
|
||||
@@ -163,6 +165,7 @@
|
||||
<if test="hipHeight != null">hip_height = #{hipHeight},</if>
|
||||
<if test="rumpWidth != null">rump_width = #{rumpWidth},</if>
|
||||
<if test="rumpHeignt != null">rump_heignt = #{rumpHeignt},</if>
|
||||
<if test="currentWeight != null">current_weight = #{currentWeight},</if>
|
||||
<if test="hipWidth != null">hip_width = #{hipWidth},</if>
|
||||
<if test="hipCrossHeight != null">hip_cross_height = #{hipCrossHeight},</if>
|
||||
<if test="comment != null">comment = #{comment},</if>
|
||||
|
||||
Reference in New Issue
Block a user