|
|
|
@ -1,13 +1,11 @@ |
|
|
|
package com.thing.cqc.cqcCarbonReport.mapper; |
|
|
|
|
|
|
|
import com.thing.common.orm.mapper.PowerBaseMapper; |
|
|
|
import com.thing.cqc.cqcCarbonReport.dto.CqcCarbonReportCountInfo; |
|
|
|
import com.thing.cqc.cqcCarbonReport.dto.CqcCarbonReportCountParam; |
|
|
|
import com.thing.cqc.cqcCarbonReport.entity.CqcCarbonReportEntity; |
|
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
|
|
|
|
|
import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
/** |
|
|
|
* 申请表基础数据 |
|
|
|
@ -18,5 +16,5 @@ import java.util.Map; |
|
|
|
@Mapper |
|
|
|
public interface CqcCarbonReportMapper extends PowerBaseMapper<CqcCarbonReportEntity> { |
|
|
|
|
|
|
|
List<CqcCarbonReportCountParam> countByStatus(); |
|
|
|
List<CqcCarbonReportCountParam> countByStatus(Long tCode); |
|
|
|
} |