jinpengyong
2024-01-30 cdec9062c85f52d43e8d74e82cbcf9f8606ebb01
screen-api/src/main/java/com/moral/api/mapper/ResponsibilityUnitMapper.java
@@ -16,8 +16,18 @@
     */
    List<Integer> selectResultList(@Param("id") Integer id);
    String selectAreaCode(@Param("id") Integer id);
    /**
     * 查询字典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);
}