| smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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>