|
|
@ -22,7 +22,7 @@ import java.util.Map; |
|
|
|
@Repository |
|
|
|
public interface SzPlanMapper extends BaseMapper<SzPlan> { |
|
|
|
@SelectProvider(type = SzPlanMapper.SzPlanSqlProvider.class, method = "selectByWagaCode") |
|
|
|
IPage<SzPlanSimpleDto> selectByWagaCode(Page<SzPlan> page, @Param("wagaCode") String wagaCode, @Param("planNme") String planName); |
|
|
|
IPage<SzPlanSimpleDto> selectByWagaCode(Page<SzPlan> page, @Param("wagaCode") String wagaCode, @Param("planName") String planName); |
|
|
|
|
|
|
|
class SzPlanSqlProvider{ |
|
|
|
public String selectByWagaCode(final Map<String, Object> param) { |
|
|
|