screen-api/src/main/java/com/moral/api/mapper/ResponsibilityUnitMapper.java
@@ -22,4 +22,12 @@ * 查询字典id */ List<Integer> selectCodeList(@Param("code") String code,@Param("id") Integer id); /** * 查询字典类型名字 * @param code * @param id * @return */ String selectName(@Param("code") String code,@Param("id") Integer id); }