From 823d625c8c3cfd44925880038d06bc011d68a328 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期四, 16 二月 2023 09:19:48 +0800 Subject: [PATCH] 配置修改 --- ycl-platform/src/main/resources/mapper/NewsDepartmentDao.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/resources/mapper/NewsDepartmentDao.xml b/ycl-platform/src/main/resources/mapper/NewsDepartmentDao.xml index 3c4f663..aa279d1 100644 --- a/ycl-platform/src/main/resources/mapper/NewsDepartmentDao.xml +++ b/ycl-platform/src/main/resources/mapper/NewsDepartmentDao.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> -<mapper namespace="com.ycl.dao.NewsDepartmentDao"> +<mapper namespace="com.ycl.mapper.NewsDepartmentDao"> <resultMap type="com.ycl.entity.NewsDepartment" id="NewsDepartmentMap"> <result property="id" column="id" jdbcType="INTEGER"/> -- Gitblit v1.8.0