陈昶聿
10 天以前 4b8ef03697b9205203e2f0baec1f629ae408ab66
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -1811,6 +1811,7 @@
            <if test="deptcode != null and deptcode != ''">
                AND deptcode = #{deptcode}
            </if>
            order by endtime desc
            <if test="pageSize != null  and pageNum != null">
                limit ${pageSize} OFFSET ${pageNum}
            </if>