|
|
@ -45,5 +45,5 @@ public interface IndicatorsMapper extends BaseMapper<IndicatorsEntity> { |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
BeIndicatorsVO selectMyPoints(@Param("params")Map<String, Object> params); |
|
|
|
BeIndicatorsVO selectMyPoints(@Param("params")Map<String, Object> params); |
|
|
|
|
|
|
|
|
|
|
|
List<ExportIndicatorsVO> selectExportList(@Param("params") IndicatorsDTO indicatorsDTO); |
|
|
|
List<ExportIndicatorsVO> selectExportList(@Param("param") IndicatorsDTO indicatorsDTO); |
|
|
|
} |
|
|
|
} |
|
|
|