Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
5211e8e3fa
@ -102,6 +102,7 @@
|
|||||||
and sm.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
and sm.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY sm.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectScBodyMeasureById" parameterType="Long" resultMap="ScBodyMeasureResult">
|
<select id="selectScBodyMeasureById" parameterType="Long" resultMap="ScBodyMeasureResult">
|
||||||
|
|||||||
@ -58,6 +58,7 @@
|
|||||||
and bs.manage_tags like concat('%', #{manageTags}, '%')
|
and bs.manage_tags like concat('%', #{manageTags}, '%')
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY sbs.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectScBodyScoreById" parameterType="Long" resultMap="ScBodyScoreResult">
|
<select id="selectScBodyScoreById" parameterType="Long" resultMap="ScBodyScoreResult">
|
||||||
|
|||||||
@ -56,6 +56,7 @@
|
|||||||
and sbr.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
and sbr.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY sbr.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectScBreastRatingById" parameterType="Long" resultMap="ScBreastRatingResult">
|
<select id="selectScBreastRatingById" parameterType="Long" resultMap="ScBreastRatingResult">
|
||||||
|
|||||||
@ -49,6 +49,7 @@
|
|||||||
and scc.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
and scc.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY scc.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectScChangeCommentById" parameterType="Long" resultMap="ScChangeCommentResult">
|
<select id="selectScChangeCommentById" parameterType="Long" resultMap="ScChangeCommentResult">
|
||||||
|
|||||||
@ -61,6 +61,7 @@
|
|||||||
and sce.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
and sce.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY sce.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectScChangeEarById" parameterType="Integer" resultMap="ScChangeEarResult">
|
<select id="selectScChangeEarById" parameterType="Integer" resultMap="ScChangeEarResult">
|
||||||
|
|||||||
@ -52,6 +52,7 @@
|
|||||||
and scv.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
and scv.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY scv.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectScChangeVarietyById" parameterType="Integer" resultMap="ScChangeVarietyResult">
|
<select id="selectScChangeVarietyById" parameterType="Integer" resultMap="ScChangeVarietyResult">
|
||||||
|
|||||||
@ -71,6 +71,7 @@
|
|||||||
and tg.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
and tg.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY tg.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -67,6 +67,7 @@
|
|||||||
and t.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
and t.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY t.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectScTransitionInfoById" parameterType="Integer" resultMap="ScTransitionInfoResult">
|
<select id="selectScTransitionInfoById" parameterType="Integer" resultMap="ScTransitionInfoResult">
|
||||||
|
|||||||
@ -52,6 +52,7 @@
|
|||||||
and sc.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
and sc.create_time between #{params.beginCreateTime} and #{params.endCreateTime}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY sc.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectScCastrateById" parameterType="Long" resultMap="ScCastrateResult">
|
<select id="selectScCastrateById" parameterType="Long" resultMap="ScCastrateResult">
|
||||||
|
|||||||
@ -48,6 +48,7 @@
|
|||||||
and bs.manage_tags like concat('%', #{manageTags}, '%')
|
and bs.manage_tags like concat('%', #{manageTags}, '%')
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
|
ORDER BY fh.create_time DESC
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectScFixHoofById" parameterType="java.lang.Integer" resultMap="ScFixHoofResult">
|
<select id="selectScFixHoofById" parameterType="java.lang.Integer" resultMap="ScFixHoofResult">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user