liusheng
4 天以前 2212759d051a0f60b4f0ada73d678cf150e29c84
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -99,6 +99,7 @@
               inhospid,
               drname,
               excep,
               tagname,
               drcode,
               long_send_time,
               openid,
@@ -312,8 +313,7 @@
        <if test="sort != null  and sort==3">order by long_send_time desc</if>
        <if test="sort != null  and sort==5">order by admindate asc</if>
        <if test="sort != null  and sort==6">order by admindate desc</if>
        <!-- order by update_time desc,id desc -->
        <if test="pageNum != null and pageSize != null">limit #{pageNum},#{pageSize}</if>
    </select>