1
yuan
2026-08-03 0cd0fe4aeb19ebb79a3fc2d8e15d187bf6cfe82e
src/main/java/com/ruoyi/production/service/impl/SalesLedgerProductionAccountingServiceImpl.java
@@ -15,6 +15,7 @@
    @Override
    public UserAccountDto getByUserId(UserProductionAccountingDto dto) {
        // 按用户查询生产核算信息
        if (dto == null || dto.getUserId() == null || dto.getDate() == null || dto.getDate().trim().isEmpty()) {
            return new UserAccountDto();
        }