| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
| | | import com.by4cloud.platformx.business.dto.AnalysisCommonDTO; |
| | | import com.by4cloud.platformx.business.dto.ContracQueryDTO; |
| | | import com.by4cloud.platformx.business.dto.ContractQueryDTO; |
| | | import com.by4cloud.platformx.business.dto.CreditSalesQueryDTO; |
| | | import com.by4cloud.platformx.business.entity.Contract; |
| | | import com.by4cloud.platformx.business.vo.*; |
| | | import com.by4cloud.platformx.common.core.util.R; |
| | | import com.by4cloud.platformx.common.data.datascope.DataScope; |
| | | import com.by4cloud.platformx.common.data.datascope.PlatformxBaseMapper; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | |
| | | @Param("tfCompId") Long tfgs,@Param("ymjCompId") Long ymj); |
| | | |
| | | List<ContractAmountAnalysisCompVo> contractAmountAnalysisByComp(@Param("queryDTO")AnalysisCommonDTO commonDTO,@Param("compId") Long compId); |
| | | |
| | | List<ContractIncomeAnalysisAreaVo> contractAmountAnalysisBySaleModel(@Param("queryDTO")AnalysisCommonDTO commonDTO |
| | | ,@Param("compIds")List<Long> compIds,@Param("smjCompId") Long smj, |
| | | @Param("sgbCompId")Long sgb, @Param("jxcCompId")Long jxc, |
| | | @Param("tfCompId") Long tfgs,@Param("ymjCompId") Long ymj); |
| | | |
| | | Page<ContractPageVo> pageScope(Page page,@Param("queryDTO") ContracQueryDTO queryDTO, DataScope comp_id); |
| | | |
| | | HomeZbjtVo homeZbjt(); |
| | | |
| | | HomeZgsVo homeZgs(@Param("compId") Long compId); |
| | | |
| | | Page<FourAssociationPageVo> fourAssociation(Page page,@Param("queryDTO") ContractQueryDTO queryDTO, DataScope comp_id); |
| | | } |