| | |
| | | package com.ruoyi.production.service.impl; |
| | | |
| | | import com.ruoyi.production.dto.UserAccountDto; |
| | | import com.ruoyi.production.dto.UserProductionAccountingDto; |
| | | import com.ruoyi.production.bean.dto.UserAccountDto; |
| | | import com.ruoyi.production.bean.dto.UserProductionAccountingDto; |
| | | import com.ruoyi.production.mapper.ProductionAccountMapper; |
| | | import com.ruoyi.production.service.SalesLedgerProductionAccountingService; |
| | | import lombok.RequiredArgsConstructor; |
| | |
| | | |
| | | @Override |
| | | public UserAccountDto getByUserId(UserProductionAccountingDto dto) { |
| | | // 按用户查询生产核算信息 |
| | | if (dto == null || dto.getUserId() == null || dto.getDate() == null || dto.getDate().trim().isEmpty()) { |
| | | return new UserAccountDto(); |
| | | } |