gongchunyi
2026-05-28 10b88a7ff17caf92f3d4e8a550c1085a70c2517a
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();
        }