实体转换的bug
sql问题
This commit is contained in:
@@ -22,7 +22,7 @@ public interface TbPlatformDictMapper {
|
||||
*/
|
||||
TbPlatformDict queryById(Integer id);
|
||||
|
||||
List<TbPlatformDict> queryByIdList(List<Integer> idList);
|
||||
List<TbPlatformDict> queryByIdList(@Param("idList")List<Integer> idList);
|
||||
|
||||
List<TbPlatformDict> queryAllByType(@Param("type") String type,@Param("environment") String environment);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user