sinake
8 天以前 d1414aa69c5c7a2485af64e19e0086c2312083b0
ruoyi-project/src/main/resources/mapper/project/ServiceRelativesconfirmationMapper.xml
@@ -333,6 +333,7 @@
                and sr.SignDate <= #{endSigndate}
            </if>
        </where>
        order by sr.id desc,sd.id desc
        <if test="pageNum != null and pageSize != null">limit #{pageNum},#{pageSize}</if>
    </select>