huminmin
2 天以前 353f44a6a33b1f557c1fb8e11eda4d425b8db668
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();
        }