sinake
2 天以前 df9a47128a707b37483f282083e317d1d0119156
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>