yaowanxin
2025-12-16 acfd83a6d586ebe09bec7e5470006f70adb81392
src/main/resources/mapper/production/SalesLedgerWorkMapper.xml
@@ -57,6 +57,6 @@
                AND  t4.scheduling_date <= DATE_FORMAT(#{salesLedgerDto.entryDateEnd},'%Y-%m-%d')
            </if>
        </where>
        order by t4.update_time desc
        order by t4.scheduling_date desc
    </select>
</mapper>