逻辑修改
This commit is contained in:
@@ -2,6 +2,7 @@ package com.solution.system.mapper;
|
|||||||
|
|
||||||
import com.solution.system.domain.PlatformTree;
|
import com.solution.system.domain.PlatformTree;
|
||||||
import org.apache.ibatis.annotations.Mapper;
|
import org.apache.ibatis.annotations.Mapper;
|
||||||
|
import org.apache.ibatis.annotations.Param;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@@ -20,5 +21,5 @@ public interface PlatformMapper {
|
|||||||
* @param underlingEnglishName
|
* @param underlingEnglishName
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
List<String> selectPlatformChineseName(List<String> underlingEnglishName);
|
List<String> selectPlatformChineseName(@Param("underlingEnglishName") List<String> underlingEnglishName);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user