生物安全排序
This commit is contained in:
@@ -54,6 +54,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="status != null "> and status = #{status}</if>
|
||||
<if test="sheepType != null and sheepType!= ''"> and sqr.sheep_type=#{sheepType}</if>
|
||||
</where>
|
||||
ORDER BY datetime DESC
|
||||
<choose>
|
||||
<when test="orderByColumn == 'monthAge'">, month_age ${isAsc}</when>
|
||||
</choose>
|
||||
</select>
|
||||
|
||||
<select id="selectQuarantineReportById" parameterType="Long" resultMap="QuarantineReportResult">
|
||||
|
||||
Reference in New Issue
Block a user