实体转换的bug

sql问题
This commit is contained in:
2024-04-11 14:51:44 +08:00
parent f71e1af823
commit ae61959743
5 changed files with 8 additions and 1 deletions

View File

@@ -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);