From e413320d3a72baf7a631aeb56c05456de3cb4f1f Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期四, 17 十一月 2022 15:23:33 +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