Commit 641d7e6f authored by gaoyingwei's avatar gaoyingwei

修改 阳性排序

parent 81edafd1
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<if test="status != null and status != ''">and a.status = #{status}</if> <if test="status != null and status != ''">and a.status = #{status}</if>
<if test="isYz != null and isYz != ''">and a.is_yz = #{isYz}</if> <if test="isYz != null and isYz != ''">and a.is_yz = #{isYz}</if>
${params.dataScope} ${params.dataScope}
order by a.create_time desc ,a.id desc order by a.sb_date desc ,a.id desc
</select> </select>
<select id="selectYxryById" parameterType="Long" resultMap="YxryResult"> <select id="selectYxryById" parameterType="Long" resultMap="YxryResult">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment