sinake
3 天以前 6c432b3570649596c0fe7117cd5284dce19060cf
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>