| | |
| | | * @since 2025-02-22 |
| | | */ |
| | | @Service |
| | | @RequiredArgsConstructor |
| | | @RequiredArgsConstructor(onConstructor_ = {@Lazy}) |
| | | public class ComplaintFlowServiceImpl extends ServiceImpl<ComplaintFlowMapper, ComplaintFlow> implements IComplaintFlowService { |
| | | @Lazy |
| | | @Resource |
| | | private IComplaintService complaintService; |
| | | private final IComplaintService complaintService; |
| | | private final IBcRegionService bcRegionService; |
| | | private final IComStreetService comStreetService; |
| | | private final IComActService comActService; |
| | | |
| | | |
| | | |
| | | @Override |
| | | public void createFlow(Long complaintId , Integer type, Long userId) { |
| | | |